Fix iframe scrolling and other CSS issues

This commit is contained in:
Kristóf Tóth
2019-08-27 17:13:36 +02:00
parent 208edd9533
commit 00e4c2f7b3
3 changed files with 19 additions and 17 deletions
+1
View File
@@ -1,6 +1,7 @@
@mixin set-scrollbar-style($style, $selctor) {
::-webkit-scrollbar {
width: 3px !important;
height: 3px !important;
}
#{$selctor}::-webkit-scrollbar-track {