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

fix: #draggable-top (devtools must be closed on drag)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-08-19 13:04:50 +03:00
parent fa4407b02e
commit 1f890f1124

View File

@ -30,7 +30,6 @@ html {
} }
html, body { html, body {
@include set-draggable(false);
height: 100%; height: 100%;
} }