Fix: Changed overflow scroll to overflow auto (#523)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Tim Lange
2020-02-22 14:45:45 +01:00
committed by GitHub
parent 67f4f69e8a
commit a790dc640f
8 changed files with 10 additions and 10 deletions

View File

@@ -133,13 +133,13 @@ $spinner-before-border-color: rgba(255, 255, 255, 0.7);
overflow: hidden;
&:hover {
overflow-y: scroll;
overflow-y: auto;
}
}
@mixin horizontal-scroll() {
overflow-y: scroll;
overflow-y: auto;
}
@mixin elegent-shadow() {