update
This commit is contained in:
@@ -130,12 +130,12 @@ export class DeesActionbar extends DeesElement {
|
||||
:host {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
transition: height 0.2s ease-out;
|
||||
max-height: 0;
|
||||
transition: max-height 0.2s ease-out;
|
||||
}
|
||||
|
||||
:host(.visible) {
|
||||
height: auto;
|
||||
max-height: 100px; /* Enough for actionbar content */
|
||||
}
|
||||
|
||||
.actionbar-item {
|
||||
|
||||
Reference in New Issue
Block a user