Merged in hotfix/2025-09-17 (pull request #2576)

IO-3376 Scrollbar Theming
This commit is contained in:
Allan Carr
2025-09-17 23:17:00 +00:00

View File

@@ -272,23 +272,23 @@
} }
// Scrollbar styles (uncomment if needed, updated for dark mode) // Scrollbar styles (uncomment if needed, updated for dark mode)
::-webkit-scrollbar-track { // ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 0.2rem; // border-radius: 0.2rem;
background-color: var(--table-stripe-bg); // background-color: var(--table-stripe-bg);
} // }
::-webkit-scrollbar { // ::-webkit-scrollbar {
width: 0.25rem; // width: 0.25rem;
max-height: 0.25rem; // max-height: 0.25rem;
background-color: var(--table-stripe-bg); // background-color: var(--table-stripe-bg);
} // }
::-webkit-scrollbar-thumb { // ::-webkit-scrollbar-thumb {
border-radius: 0.2rem; // border-radius: 0.2rem;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: var(--alert-color); // background-color: var(--alert-color);
} // }
.ant-input-number-input, .ant-input-number-input,
.ant-input-number, .ant-input-number,