1
0
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:
Sebastian Malton 2022-09-15 12:11:19 -04:00
parent a784ca70b1
commit acf6d9237b

View File

@ -19,6 +19,7 @@
position: relative;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.HotbarMenu {