minor css tweaks

This commit is contained in:
Andy Miller
2016-03-09 16:48:50 -07:00
parent 64062e57db
commit 5260fa71ad
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -558,6 +558,13 @@ $sidebar-padding: 2rem;
position: relative;
overflow-y: hidden;
height: calc(100vh - #{$topbar-height});
.gm-scrollbar.-vertical {
right: 5px;
top: 5px;
width: 8px;
border-radius: 4px;
}
}
.content-padding {