fix frame scrolling
This commit is contained in:
parent
e90ac6fd27
commit
94850fbc9a
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue