Contain elements clipping out of bounds in dashboard

This commit is contained in:
Levi 2024-06-02 14:52:51 +02:00
parent 3ed9b03947
commit 790d5a9304

View file

@ -21,6 +21,12 @@
text-shadow: .08em .08em .08em #000 !important;
}
/* --- Dashboard Width --- */
.dashboardDocument {
max-width: 75vw;
}
/* --- Backdrop & Header --- */
.mainAnimatedPage {