mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 16:40:00 +00:00
Merge remote-tracking branch 'upstream/master' into feature/layer-list-ui-handle
Conflicts: src/styles/_layer.scss
This commit is contained in:
@@ -206,6 +206,11 @@
|
||||
.more-menu {
|
||||
position: relative;
|
||||
|
||||
svg {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
&__menu {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
@@ -241,3 +246,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Clone of the element which is sorted
|
||||
.sortableHelper {
|
||||
font-family: $font-family;
|
||||
z-index: 9999;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user