mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
add custom scrollbar
This commit is contained in:
parent
c96cf85619
commit
3e833fca9b
1 changed files with 14 additions and 0 deletions
|
@ -404,4 +404,18 @@
|
||||||
|
|
||||||
.ant-dark .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
|
.ant-dark .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
|
||||||
border-color: transparent #2e3b52 #2e3b52 transparent;
|
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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue