diff --git a/app/components/p8p_app_workspace.js b/app/components/p8p_app_workspace.js index 88a37fd..334ad76 100644 --- a/app/components/p8p_app_workspace.js +++ b/app/components/p8p_app_workspace.js @@ -23,7 +23,8 @@ import { ListItemIcon, ListItemText } from "@mui/material"; //Интерфейсные компоненты -import { P8PPanelsMenuDrawer, P8P_PANELS_MENU_PANEL_SHAPE } from "./p8p_panels_menu"; +import { P8PPanelsMenuDrawer, P8P_PANELS_MENU_PANEL_SHAPE } from "./p8p_panels_menu"; //Меню +import { APP_STYLES } from "../../app.styles"; //Типовые стили //--------- //Константы @@ -34,6 +35,7 @@ const APP_BAR_HEIGHT = "64px"; //Стили const STYLES = { + DRAWER: { [`& .MuiDrawer-paper`]: { ...APP_STYLES.SCROLL } }, ROOT_BOX: { display: "flex" }, APP_BAR: { position: "fixed" }, APP_BAR_BUTTON: { mr: 2 }, @@ -88,7 +90,7 @@ const P8PAppWorkspace = ({ children, panels = [], selectedPanel, closeCaption, h - + diff --git a/index.html b/index.html index 236ddf3..adcd761 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - +