mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
cube: fix scrolling on firefox mobile
This commit is contained in:
parent
1af6dbe028
commit
d12bd07f49
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
html {
|
||||
font-size: min(9svw, 9svh, 4.5rem);
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
/* Guess what? Yeah, you guessed right. Safari can't render shit. */
|
||||
|
@ -18,7 +19,6 @@
|
|||
|
||||
<cube-scene class="
|
||||
h-dvh w-dvw
|
||||
overscroll-none
|
||||
flex items-center justify-center
|
||||
perspective-[calc(var(--cube-width)*3)]
|
||||
">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue