Navbar across whole page.
This commit is contained in:
parent
838de8212e
commit
1777bac20d
|
@ -1229,11 +1229,6 @@ export default {
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
#nav {
|
|
||||||
left: 35%;
|
|
||||||
width: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 57px;
|
top: 57px;
|
||||||
|
@ -1281,7 +1276,7 @@ export default {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
top: 0px;
|
top: 57px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in a new issue