Fix x scrollbar on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d41ef6ab30
commit
d8ca953000
@ -65,4 +65,16 @@ textarea {
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px){
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user