fixed narrow screens horizontal scrolling

This commit is contained in:
RossAscends
2023-04-13 02:52:44 +09:00
parent 5279ea0561
commit 8896c4d05c

View File

@@ -3182,9 +3182,8 @@ toolcool-color-picker {
}
body {
position: auto;
touch-action: none;
overflow: scroll;
overflow: auto;
}
.drawer-content {
@@ -3203,11 +3202,9 @@ toolcool-color-picker {
align-content: start;
}
#top-settings-holder {
#top-settings-holder,
#top-bar {
width: 100svw;
min-width: 100svw;
max-width: 100svw;
}
#bg1,