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 (#6258)
This commit is contained in:
parent
a784ca70b1
commit
cfe35ded90
@ -19,6 +19,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.HotbarMenu {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user