mirror of
https://github.com/maputnik/editor.git
synced 2026-01-08 06:20:00 +00:00
Add stylelint and fix lint issues
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
.maputnik-scroll-container {
|
||||
overflow-x: visible;
|
||||
overflow-y: scroll;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 1px;
|
||||
position: absolute;
|
||||
}
|
||||
@@ -16,18 +16,19 @@
|
||||
|
||||
&-list {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
top: 40px;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
width: 200px;
|
||||
overflow: hidden;
|
||||
background-color: $color-black;
|
||||
}
|
||||
|
||||
&-drawer {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
top: 40px;
|
||||
left: 200px;
|
||||
@@ -35,10 +36,11 @@
|
||||
width: 350px;
|
||||
background-color: $color-black;
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
position: fixed;
|
||||
height: 50px;
|
||||
bottom: 0px;
|
||||
bottom: 0;
|
||||
left: 550px;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user