fix: Fixes dot shown left of logo.
Empty list with border is showing 2px dot.
This commit is contained in:
parent
7af23f35ba
commit
a7a44902ec
|
@ -51,6 +51,10 @@
|
|||
top: 30px;
|
||||
z-index: $toolbarZ + 1;
|
||||
|
||||
&:empty {
|
||||
border: none;
|
||||
}
|
||||
|
||||
&.toolbox-visible {
|
||||
// Same as toolbox subject position
|
||||
top: 120px;
|
||||
|
|
Loading…
Reference in New Issue