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:
parent
b2d4311e94
commit
9bb9e23d55
@ -44,6 +44,11 @@
|
|||||||
|
|
||||||
> main {
|
> main {
|
||||||
display: contents;
|
display: contents;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
grid-area: main;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user