Fix scroll in the drawer nav
This commit is contained in:
parent
a9b9420214
commit
438ebc839f
2 changed files with 7 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 80%;
|
width: 100%;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
|
|
||||||
|
|
@ -80,7 +80,7 @@ header {
|
||||||
form {
|
form {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
right: 15px;
|
right: 22%;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@include box-shadow(0, 1px, 1px, #444);
|
@include box-shadow(0, 1px, 1px, #444);
|
||||||
|
|
@ -116,7 +116,6 @@ header {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
|
@ -134,6 +133,10 @@ header {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
> ul > li > a {
|
> ul > li > a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 8px 42px;
|
padding: 8px 42px;
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ h3 {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app > * {
|
||||||
transition: all 0.25s ease;
|
transition: all 0.25s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue