diff options
| -rw-r--r-- | _sass/style.scss | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/_sass/style.scss b/_sass/style.scss index 31c7915..c40fd08 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -105,11 +105,12 @@ img { } header { - width:270px; - float:left; - position:fixed; - -webkit-font-smoothing:subpixel-antialiased; - overflow-y: scroll; + width: 272px; + float: left; + position: fixed; + -webkit-font-smoothing: subpixel-antialiased; + overflow-y: auto; + overflow-x: auto; max-height: 100%; } |
