|
|
@@ -2,7 +2,7 @@ |
|
|
|
{ |
|
|
|
width: 240px !important; |
|
|
|
position: fixed; |
|
|
|
top: 80px; |
|
|
|
top: 0px; |
|
|
|
bottom: 0; |
|
|
|
padding: 40px; |
|
|
|
border-right: 1px #e5e5e5 solid; |
|
|
@@ -18,12 +18,16 @@ |
|
|
|
#${содержимое} |
|
|
|
{ |
|
|
|
width: calc(100% - 320px); |
|
|
|
height: calc(100% - 80px); |
|
|
|
height: calc(100% - 40px); |
|
|
|
position: fixed; |
|
|
|
top: 80px; |
|
|
|
top: 40px; |
|
|
|
left: 320px; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.height40, .uk-navbar-nav > li > .height40 |
|
|
|
{ |
|
|
|
min-height: 40px; |
|
|
|
} |