Fixed scroll problem on small devices

This commit is contained in:
Torsten Schulz
2024-07-05 12:50:48 +02:00
parent 054d1d0f2e
commit 0f113adb13

View File

@@ -77,7 +77,8 @@ body {
flex: 1;
display: flex;
color: #000;
overflow: hidden;
overflow-y: hidden;
overflow-x: auto;
}
.left-column {