forked from edward/owl-map
Make sidebar bigger
This commit is contained in:
parent
ad60f9f561
commit
707b0201c4
|
@ -2,8 +2,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 30%;
|
left: 35%;
|
||||||
width: 70%;
|
width: 65%;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,5 +35,5 @@
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 30%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue