0
0

📱 mobile: scroll page, not container

This commit is contained in:
DrMaxNix 2022-10-05 19:44:40 +02:00
parent 2463d8ff51
commit 1353887228

View File

@ -61,6 +61,12 @@ div.collection div.item {
}
@media only screen and (max-width: 1200px) {
html, body {
overflow-y: auto;
}
#console {
overflow-y: visible;
}
div.collection div.item {
flex-basis: 100%;
height: auto;
@ -150,7 +156,6 @@ div.collection div.item.console div.controls {
font-size: 1rem;
height: 100%;
overflow: auto;
background-color: var(--onedark-bg-light);
}