quick fix for mobile scrolling
This commit is contained in:
parent
14eb2fe2b2
commit
a527e7a535
2 changed files with 6 additions and 8 deletions
|
|
@ -137,7 +137,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
@apply overflow-hidden bg-surface-app text-ink-primary antialiased transition-colors duration-300;
|
||||
@apply overflow-x-hidden overflow-y-auto bg-surface-app text-ink-primary antialiased transition-colors duration-300 lg:overflow-hidden;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue