|
@@ -221,19 +221,19 @@ div::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
-#toolbar::-webkit-scrollbar {
|
|
|
- width: 20px !important;
|
|
|
- display: block !important;
|
|
|
-}
|
|
|
-
|
|
|
-#toolbar::-webkit-scrollbar-track {
|
|
|
- background: linear-gradient(0deg, rgba(10, 19, 47, 1.0) 0%, rgba(36, 46, 104, 1.0) 100%) !important;
|
|
|
-}
|
|
|
-
|
|
|
-#toolbar::-webkit-scrollbar-thumb {
|
|
|
- background: transparent !important;
|
|
|
- box-shadow: 0px 0px 0px 100vh black !important;
|
|
|
-}
|
|
|
+//#toolbar::-webkit-scrollbar {
|
|
|
+// width: 20px !important;
|
|
|
+// display: block !important;
|
|
|
+//}
|
|
|
+//
|
|
|
+//#toolbar::-webkit-scrollbar-track {
|
|
|
+// background: linear-gradient(0deg, rgba(10, 19, 47, 1.0) 0%, rgba(36, 46, 104, 1.0) 100%) !important;
|
|
|
+//}
|
|
|
+//
|
|
|
+//#toolbar::-webkit-scrollbar-thumb {
|
|
|
+// background: transparent !important;
|
|
|
+// box-shadow: 0px 0px 0px 100vh black !important;
|
|
|
+//}
|
|
|
|
|
|
#icon {
|
|
|
margin-bottom: 5rem;
|
|
@@ -341,7 +341,7 @@ div::-webkit-scrollbar {
|
|
|
}
|
|
|
|
|
|
.h-39 {
|
|
|
- height: 39vh;
|
|
|
+ height: 39vh !important;
|
|
|
}
|
|
|
|
|
|
.h-40 {
|