mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
text: actually fix overflow
This commit is contained in:
parent
731706c7f6
commit
def6ca9c39
3 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ layout: null
|
||||||
<link href="/assets/css/default.css" rel="stylesheet" inline>
|
<link href="/assets/css/default.css" rel="stylesheet" inline>
|
||||||
</head>
|
</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 }}
|
{{ content }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ layout: default.vto
|
||||||
transform-[rotateX(180deg)]
|
transform-[rotateX(180deg)]
|
||||||
text-black text-2xl font-bold
|
text-black text-2xl font-bold
|
||||||
absolute w-[inherit] z-999
|
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">
|
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly mx-px">
|
||||||
{{> const style = `
|
{{> const style = `
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
body {
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
width: 100dvw;
|
width: 100dvw;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue