feat: prevent arbitrary zooming on mobile devices (#234)
This commit is contained in:
parent
5c5143d2c9
commit
091263ea05
2 changed files with 9 additions and 0 deletions
|
@ -123,3 +123,8 @@ html.dark {
|
|||
html {
|
||||
--at-apply: bg-base text-base;
|
||||
}
|
||||
|
||||
body {
|
||||
/* Prevent arbitrary zooming on mobile devices */
|
||||
touch-action: pan-x pan-y;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue