fixing scroll to top button and horizontal scrolling
This commit is contained in:
@@ -1234,12 +1234,11 @@ object {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
max-width: 100vw;
|
||||
min-width: 0;
|
||||
}
|
||||
body {
|
||||
@media (max-width: 768px) {
|
||||
touch-action: pan-y;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
|
||||
Reference in New Issue
Block a user