2
0
Files
bot/apps/builder/assets/styles/custom.css
2022-06-30 11:52:40 +02:00

26 lines
463 B
CSS

html,
body {
overscroll-behavior-x: none;
}
.grabbing * {
cursor: grabbing !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* * {
outline: 1px solid #f00 !important;
opacity: 1 !important;
visibility: visible !important;
} */