Fix iframe scrolling and other CSS issues
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@mixin set-scrollbar-style($style, $selctor) {
|
||||
::-webkit-scrollbar {
|
||||
width: 3px !important;
|
||||
height: 3px !important;
|
||||
}
|
||||
|
||||
#{$selctor}::-webkit-scrollbar-track {
|
||||
|
||||
Reference in New Issue
Block a user