1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 12:37:50 +00:00

text: actually fix overflow

This commit is contained in:
RGBCube 2025-06-08 04:10:18 +03:00
parent 731706c7f6
commit def6ca9c39
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ layout: null
<link href="/assets/css/default.css" rel="stylesheet" inline>
</head>
<body class="bg-white text-black dark:bg-black dark:text-white">
<body class="bg-white text-black dark:bg-black dark:text-white overflow-x-hidden">
{{ content }}
</body>

View file

@ -9,7 +9,7 @@ layout: default.vto
transform-[rotateX(180deg)]
text-black text-2xl font-bold
absolute w-[inherit] z-999
not-md:overflow-x-auto md:overflow-x-hidden
not-md:overflow-x-auto
">
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly mx-px">
{{> const style = `

View file

@ -125,7 +125,7 @@
}
}
html, body {
body {
height: 100dvh;
width: 100dvw;
}