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:
parent
bb382d264e
commit
503888aa1c
@ -14,6 +14,7 @@
|
||||
#lens-views {
|
||||
grid-area: main;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
|
||||
&.active {
|
||||
z-index: 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user