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

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-02-20 20:19:15 +02:00
parent 82d8181938
commit ecd76fe305

View File

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