notes list scroll css fix
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
width: 25%;
|
||||
border-left: 1px solid #dddddd;
|
||||
border-right: 1px solid #dddddd;
|
||||
// overflow-y: hidden !important;
|
||||
// height: calc(100vh - 130px) !important;
|
||||
|
||||
.notes-title-bar {
|
||||
color: rgba(black, 0.40);
|
||||
@@ -39,6 +41,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
height: calc(100vh - (130px + #{$header-height}));
|
||||
}
|
||||
|
||||
.infinite-scroll {
|
||||
overflow-x: hidden;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
.note {
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
|
||||
Reference in New Issue
Block a user