This commit is contained in:
2025-11-13 13:32:26 +01:00
parent dfbd47f219
commit 18558ab087
4 changed files with 28 additions and 161 deletions
+3 -3
View File
@@ -97,7 +97,7 @@
max-width: min(640px, calc(100% - 2rem));
margin: 0 auto;
min-width: 0;
overflow: hidden;
overflow: visible;
}
.panel-floating__buttons {
@@ -153,7 +153,7 @@
pointer-events: auto;
min-width: 0;
flex: 1 1 auto;
overflow: hidden;
overflow: visible;
}
.panel-floating-actions--assignments {
@@ -163,7 +163,7 @@
min-width: 0;
white-space: nowrap;
justify-content: flex-start;
overflow: hidden;
overflow: visible;
}
.panel-floating-actions .quick-add {