add design scroll to list bime

This commit is contained in:
Ehsan
2024-09-26 17:50:34 +03:30
parent 9e2ce3f737
commit 86301000af
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -296,6 +296,14 @@ html {
height: 10px;
}
.scroll-h-sm {
padding-bottom: 10px;
}
.scroll-h-sm::-webkit-scrollbar {
height: 5px !important;
}
.opacity-page {
animation: loadPageOpacity;
animation-duration: 1s;