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

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:
alexfront 2020-08-10 14:31:22 +03:00
parent 8bca7f4d88
commit 398a257f8f

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;