Autohide tags and notes scrollbar

This commit is contained in:
Mo Bitar
2018-02-27 14:29:40 -06:00
parent 76b37d7d53
commit 92b0dd7db0
3 changed files with 35 additions and 19 deletions

View File

@@ -85,6 +85,14 @@
.infinite-scroll {
overflow-x: hidden;
height: inherit;
// Autohide scrollbar on Windows.
// Unfortunately must affect every platform since no way to hide just for Windows.
overflow-y: hidden;
&:hover {
overflow-y: scroll;
}
}
.note {

View File

@@ -36,6 +36,13 @@
.infinite-scroll {
overflow-x: hidden;
height: inherit;
// Autohide scrollbar on Windows.
// Unfortunately must affect every platform since no way to hide just for Windows.
overflow-y: hidden;
&:hover {
overflow-y: scroll;
}
}
.tag {