mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 08:28:52 +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 {
 | 
					.layout-desktop .mainDrawerButton {
 | 
				
			||||||
    display: none !important;
 | 
					    display: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					/* Fix for dashboard leaking out of the sections */
 | 
				
			||||||
 | 
					.dashboardColumn {
 | 
				
			||||||
 | 
					    flex-shrink: inherit;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/* Fix for dashboard drawer button height */
 | 
					/* Fix for dashboard drawer button height */
 | 
				
			||||||
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
 | 
					.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
 | 
				
			||||||
    padding-top: 0 !important;
 | 
					    padding-top: 0 !important;
 | 
				
			||||||
 | 
				
			|||||||
@ -42,6 +42,10 @@
 | 
				
			|||||||
.layout-desktop .mainDrawerButton {
 | 
					.layout-desktop .mainDrawerButton {
 | 
				
			||||||
    display: none !important;
 | 
					    display: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					/* Fix for dashboard leaking out of the sections */
 | 
				
			||||||
 | 
					.dashboardColumn {
 | 
				
			||||||
 | 
					    flex-shrink: inherit;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/* Fix for dashboard drawer button height */
 | 
					/* Fix for dashboard drawer button height */
 | 
				
			||||||
.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
 | 
					.layout-desktop .dashboardDocument .mainDrawer-scrollContainer {
 | 
				
			||||||
    padding-top: 0 !important;
 | 
					    padding-top: 0 !important;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user