Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets/css')
-rw-r--r--web/assets/css/custom.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 7fb94bf4..612a7c36 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -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;
} \ No newline at end of file