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 (#6258)

This commit is contained in:
Sebastian Malton 2022-09-15 15:56:41 -04:00 committed by GitHub
parent a784ca70b1
commit cfe35ded90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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