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 GitHub
parent 8bca7f4d88
commit f7e823dcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
#lens-view { #lens-view {
position: relative; position: relative;
grid-area: lens-view; grid-area: lens-view;
overflow: hidden;
&.inactive { &.inactive {
opacity: .85; opacity: .85;