Fix scroll in the drawer nav

This commit is contained in:
flaburgan 2014-04-05 16:23:13 +02:00
parent a9b9420214
commit 438ebc839f
2 changed files with 7 additions and 4 deletions

View file

@ -59,7 +59,7 @@ header {
position: fixed;
top: 0;
bottom: 0;
width: 80%;
width: 100%;
left: 100%;
background-color: #444;
@ -80,7 +80,7 @@ header {
form {
position: absolute;
left: 5px;
right: 15px;
right: 22%;
input {
@include box-shadow(0, 1px, 1px, #444);
@ -116,7 +116,6 @@ header {
bottom: 0px;
overflow: auto;
width: 100%;
height: 100%;
li {
font-size: 25px;
@ -134,6 +133,10 @@ header {
padding: 0px;
border-bottom: 0px;
&:hover {
background-color: transparent;
}
> ul > li > a {
font-size: 14px;
padding: 8px 42px;

View file

@ -30,7 +30,7 @@ h3 {
clear: both;
}
#app {
#app > * {
transition: all 0.25s ease;
}