mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 14:45:09 +00:00
added global touch-action manipulation css property
This commit is contained in:
parent
93d3e40f16
commit
02b4318201
@ -65,6 +65,7 @@ body {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
font-family: var(--font-geist), sans-serif;
|
||||
background-color: var(--color-background);
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
main {
|
||||
|
Loading…
Reference in New Issue
Block a user