toolbar ui fix

This commit is contained in:
Eugene Pankov
2021-07-29 21:20:29 +02:00
parent b9c6d30678
commit a5ef3507c3

@@ -45,6 +45,12 @@
will-change: transform;
transform: translate(0, -100px);
transition: 0.25s transform ease-out;
> .btn {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
&.toolbar-revealed, &.toolbar-pinned {