parent
be92c82f4f
commit
bcde3903c4
@ -1,17 +1,15 @@ |
|||||||
#sidebar { |
#sidebar { |
||||||
width: 10%; |
width: 180px; |
||||||
border-right: 1px solid #5d60caaf; |
border-right: 1px solid #5d60caaf; |
||||||
margin: 0 0; |
margin: 26px 0 0 0; |
||||||
padding: 12px 14px; |
padding: 0 14px 12px 14px; |
||||||
|
position: fixed; |
||||||
|
z-index: 1; |
||||||
|
overflow-x: hidden; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
background-color: #0000006d; |
||||||
|
height: 100%; |
||||||
} |
} |
||||||
|
|
||||||
#container { |
#container {margin-left: 200px;} |
||||||
flex-basis: 90%; |
|
||||||
} |
|
||||||
|
|
||||||
#master { |
|
||||||
display: flex; |
|
||||||
align-items: stretch; |
|
||||||
align-content: flex-start; |
|
||||||
justify-content: stretch; |
|
||||||
} |
|
Loading…
Reference in new issue