fixed visual bug with unthemed bg
This commit is contained in:
parent
dc83821ff2
commit
60c32fc86d
@ -72,7 +72,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {
|
|||||||
<div className={appLayout.darkMode ? "dark" : ""}>
|
<div className={appLayout.darkMode ? "dark" : ""}>
|
||||||
<div
|
<div
|
||||||
{...handlers}
|
{...handlers}
|
||||||
className="touch-pan-y p-0 m-0 bg-light dark:bg-dark-light text-black dark:text-dark-black mobile:text-[90%]"
|
className="fixed inset-0 touch-pan-y p-0 m-0 bg-light dark:bg-dark-light text-black dark:text-dark-black"
|
||||||
>
|
>
|
||||||
<Head>
|
<Head>
|
||||||
<title>
|
<title>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import useStateWithLocalStorage from "hooks/useStateWithLocalStorage";
|
import useStateWithLocalStorage from "hooks/useStateWithLocalStorage";
|
||||||
import React, { ReactNode, useContext, useEffect, useState } from "react";
|
import React, { ReactNode, useContext } from "react";
|
||||||
|
|
||||||
export interface AppLayoutState {
|
export interface AppLayoutState {
|
||||||
subPanelOpen: boolean;
|
subPanelOpen: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user