fix: make dashboard page scrollable
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
.dashboard-page {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dashboard-page .card + .dashboard-widget-grid {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user