fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user