mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix overflow on main layout not being scrolled
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
a784ca70b1
commit
acf6d9237b
@ -19,6 +19,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.HotbarMenu {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user