getting the scrollbar to show finally

This commit is contained in:
talksik
2022-06-20 18:18:11 -05:00
parent 0ccd4e8571
commit 977697de4c
-19
View File
@@ -35,25 +35,6 @@ body {
-webkit-app-region: no-drag;
}
/* Designing for scroll-bar */
::-webkit-scrollbar {
width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
}
.direction-ltr {
direction: ltr;
}