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

Preventing Drawer slide-in scroll flickering

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-08-21 11:32:55 +03:00
parent 9fa551a820
commit b0d1cb48d2

View File

@ -29,6 +29,7 @@ html {
html, body { html, body {
height: 100%; height: 100%;
overflow: hidden;
} }
#app { #app {