Allow dashboard content to grow

This commit is contained in:
Bjarne Fyrstenborg
2023-10-04 11:11:30 +02:00
committed by Michael Latouche
parent c30ffa9ac3
commit 69139eda52

View File

@@ -19,6 +19,7 @@
}
.umb-dashboard__content {
flex: 1;
padding: 20px;
overflow: auto;
}