fix: Fixes dot shown left of logo.

Empty list with border is showing 2px dot.
This commit is contained in:
Дамян Минков 2021-08-18 16:52:26 -05:00
parent 7af23f35ba
commit a7a44902ec
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@
top: 30px;
z-index: $toolbarZ + 1;
&:empty {
border: none;
}
&.toolbox-visible {
// Same as toolbox subject position
top: 120px;