Note tag relationships

This commit is contained in:
Mo Bitar
2018-07-01 10:24:16 -05:00
parent 71a3c68d39
commit 7625e037fe
3 changed files with 245 additions and 81 deletions

View File

@@ -87,10 +87,13 @@
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;
@at-root {
.windows-web &, .windows-desktop & {
overflow-y: hidden;
&:hover {
overflow-y: scroll;
}
}
}
}