mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
fix: 💄 Fixed issue with dashboard leaking outside of the view
This commit is contained in:
parent
7f8956dcc3
commit
9b1cc672cd
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user