mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
fix: use min-h-screen-safe instead of h-screen
This commit is contained in:
parent
4a824f1203
commit
6f366fe836
@ -39,7 +39,7 @@ export const App = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
class="relative flex h-screen flex-col subpixel-antialiased pb-safe"
|
class="relative flex flex-col subpixel-antialiased p-safe min-h-screen-safe"
|
||||||
data-theme={curTheme()}
|
data-theme={curTheme()}
|
||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
|
Loading…
Reference in New Issue
Block a user