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:
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>
|
||||
</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>
|
||||
|
||||
|
|
|
@ -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 = `
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
html, body {
|
||||
body {
|
||||
height: 100dvh;
|
||||
width: 100dvw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue