This commit is contained in:
Mo Bitar
2017-01-31 11:02:34 -06:00
parent 69b636f2b4
commit 51e4e7bc43
2 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ $section-header-height: 70px;
height: 100%;
max-height: calc(100vh - #{$header-height});
float: left;
overflow-y: auto;;
overflow-y: auto;
overflow-x: hidden;
min-width: 0;

View File

@@ -2,13 +2,13 @@
width: 25%;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
// overflow-y: hidden !important;
// height: calc(100vh - 130px) !important;
$notes-title-bar-height: 130px;
.notes-title-bar {
color: rgba(black, 0.40);
padding-top: 16px !important;
height: 130px !important;
height: $notes-title-bar-height !important;
font-weight: normal !important;
font-size: 18px !important;
}
@@ -42,7 +42,7 @@
}
.scrollable {
height: calc(100vh - (130px + #{$header-height}));
height: calc(100vh - (#{$notes-title-bar-height} + #{$header-height}));
}
.infinite-scroll {