add custom scrollbar

This commit is contained in:
Mahbod 2023-05-05 03:51:56 +03:30
parent c96cf85619
commit 3e833fca9b

View File

@ -404,4 +404,18 @@
.ant-dark .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
border-color: transparent #2e3b52 #2e3b52 transparent;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: #11141a57;
border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
background: #11141a66;
border-radius: 20px;
}