fix: 💄 Fixed issue with dashboard leaking outside of the view

This commit is contained in:
James Finch 2024-05-13 22:46:36 +01:00
parent 7f8956dcc3
commit 9b1cc672cd
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,10 @@
.layout-desktop .mainDrawerButton {
display: none !important;
}
/* Fix for dashboard leaking out of the sections */
.dashboardColumn {
flex-shrink: inherit;
}
/* Fix for dashboard drawer button height */
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
padding-top: 0 !important;

View File

@ -42,6 +42,10 @@
.layout-desktop .mainDrawerButton {
display: none !important;
}
/* Fix for dashboard leaking out of the sections */
.dashboardColumn {
flex-shrink: inherit;
}
/* Fix for dashboard drawer button height */
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
padding-top: 0 !important;