set overscrollbehavior none for all dashboard-items

This commit is contained in:
Harald Bamberger
2025-03-10 14:39:31 +01:00
parent 2b4ccab2f1
commit b9823a0278
+4
View File
@@ -575,4 +575,8 @@ html {
.zusatzinfo h2 {
font-size: 1.5em;
}
.dashboard-item {
overscroll-behavior: none;
}