2
0

feat: ️ Hide steps sidebar scrollbar

This commit is contained in:
Baptiste Arnaud
2022-02-28 14:22:43 +01:00
parent 33497b8766
commit 0df719d531
3 changed files with 18 additions and 5 deletions

View File

@ -2,6 +2,17 @@
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;