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
8bca7f4d88
commit
f7e823dcc3
@ -8,6 +8,7 @@
|
||||
#lens-view {
|
||||
position: relative;
|
||||
grid-area: lens-view;
|
||||
overflow: hidden;
|
||||
|
||||
&.inactive {
|
||||
opacity: .85;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user