@deephaven/components 0.63.0 → 0.63.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/BaseStyleSheet.css
CHANGED
|
@@ -8096,7 +8096,6 @@ body {
|
|
|
8096
8096
|
padding: 0;
|
|
8097
8097
|
overscroll-behavior: none;
|
|
8098
8098
|
-ms-scroll-chaining: none;
|
|
8099
|
-
scrollbar-color: color-mix(in srgb, var(--dh-color-fg) 10%, transparent) color-mix(in srgb, var(--dh-color-bg) 10%, transparent);
|
|
8100
8099
|
}
|
|
8101
8100
|
|
|
8102
8101
|
#root .app {
|