fix frame scrolling

This commit is contained in:
Skyler Lehmkuhl 2024-12-05 15:48:48 -05:00
parent e90ac6fd27
commit 94850fbc9a
1 changed files with 1 additions and 3 deletions

View File

@ -301,9 +301,6 @@ button {
flex: 1 1 50%; flex: 1 1 50%;
width: 50%; width: 50%;
} }
.layers-container {
overflow-y: scroll;
}
.layers { .layers {
background-color: #aaa; background-color: #aaa;
display: flex; display: flex;
@ -319,6 +316,7 @@ button {
/* overflow-x: scroll; */ /* overflow-x: scroll; */
/* overflow-y:inherit; */ /* overflow-y:inherit; */
min-height: 100%; min-height: 100%;
overflow-x: scroll;
} }
.layer-header { .layer-header {
width: 100%; width: 100%;