Fix scroll bar

This commit is contained in:
tarikjaber
2023-02-28 19:43:01 -05:00
parent 32e3d9134e
commit e5649b50ae

View File

@@ -161,11 +161,12 @@ p {
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: #f1f1f1; background: #f1f1f1;
border-radius: 5px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #888; background: #888;
border-radius: 3px; border-radius: 5px;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {