You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
459 B

//======================================
// Overflow functionality
//======================================
.overflow-x {
overflow-x: auto !important;
}
.overflow-y {
overflow-y: auto !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-hidden {
overflow: hidden !important;
}
// scrollbars
[data-toggle="scrollbar"] {
-webkit-flex-wrap: nowrap!important;
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important;
}