1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Setting overflow:hidden on lens-view elem (#664)

This prevents scrollbar flickering caused by Animation component
with 'slide-left' appearing.

Signed-off-by: alexfront <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-08-10 15:53:42 +03:00 committed by Lauri Nevala
parent bb382d264e
commit 503888aa1c

View File

@ -14,6 +14,7 @@
#lens-views {
grid-area: main;
display: flex;
overflow: hidden;
&.active {
z-index: 1;