From 166a33af4ef27512e02204a80f9e6bcfe8dcc26a Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 17 Sep 2025 16:07:15 -0700 Subject: [PATCH] IO-3376 Scrollbar Theming Signed-off-by: Allan Carr --- client/src/App/App.styles.scss | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 616f88383..51dafcdfe 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -272,23 +272,23 @@ } // Scrollbar styles (uncomment if needed, updated for dark mode) -::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); - border-radius: 0.2rem; - background-color: var(--table-stripe-bg); -} +// ::-webkit-scrollbar-track { +// -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); +// border-radius: 0.2rem; +// background-color: var(--table-stripe-bg); +// } -::-webkit-scrollbar { - width: 0.25rem; - max-height: 0.25rem; - background-color: var(--table-stripe-bg); -} +// ::-webkit-scrollbar { +// width: 0.25rem; +// max-height: 0.25rem; +// background-color: var(--table-stripe-bg); +// } -::-webkit-scrollbar-thumb { - border-radius: 0.2rem; - -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); - background-color: var(--alert-color); -} +// ::-webkit-scrollbar-thumb { +// border-radius: 0.2rem; +// -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); +// background-color: var(--alert-color); +// } .ant-input-number-input, .ant-input-number,