update theme

This commit is contained in:
SrGooglo 2022-11-19 04:57:25 +00:00
parent 5fa8583c96
commit ee66ee9da6

View File

@ -160,30 +160,29 @@ html {
}
}
.ant-layout,
.content_layout {
width: 100%;
height: 100%;
max-height: 100vh;
background-color: transparent;
}
.layout_page {
position: relative;
-webkit-overflow-scrolling: touch;
height: 100%;
width: 100%;
max-height: 100vh;
padding: 10px;
overflow-x: hidden;
overflow-y: overlay;
transition: all 150ms ease-in-out;
margin: var(--layoutMargin);
padding: var(--layoutPadding);
background-color: transparent;
&.floating-sidebar {
margin-left: @app_sidebar_collapsed_width;
}
}
.app_background_decorator {