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

fix: allow scrolling in main-layout's content area (#2201)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-02-22 20:29:26 +02:00 committed by GitHub
parent b2d4311e94
commit 9bb9e23d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,11 @@
> main { > main {
display: contents; display: contents;
> * {
grid-area: main;
overflow: auto;
}
} }
footer { footer {