0
0

🐛 fix overflow of editor and console

This commit is contained in:
DrMaxNix 2022-10-05 20:48:45 +02:00
parent 26c861e984
commit e11fea8f3a

View File

@ -52,6 +52,7 @@ div.collection div.item {
max-width: 100%;
position: relative;
overflow: hidden;
display: flex;
flex-flow: column nowrap;
@ -64,9 +65,6 @@ div.collection div.item {
html, body {
overflow-y: visible;
}
#console {
overflow-y: visible;
}
div.collection div.item {
flex-basis: 100%;
height: auto;