@wwtdev/bsds-css 3.0.12 → 3.0.13

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/dist/wwt-bsds.css CHANGED
@@ -893,6 +893,12 @@ body {
893
893
  font-size: var(--bs-text-base);
894
894
  font-weight: var(--bs-font-normal);
895
895
  }
896
+ html,
897
+ body {
898
+ /* BsTable scroll fix in Chrome...css spec says that a "none" value must be placed at
899
+ the html/body level (as opposed to .bs-table-scroll-wrap). */
900
+ overscroll-behavior: none;
901
+ }
896
902
  :target {
897
903
  scroll-margin-top: var(--bs-content-top);
898
904
  }
@@ -6101,7 +6107,6 @@ a.bs-profile:where([data-layout]):hover {
6101
6107
  flex: 1;
6102
6108
  border-color: inherit;
6103
6109
  overflow: auto;
6104
- overscroll-behavior: none;
6105
6110
  }
6106
6111
  .bs-table {
6107
6112
  display: grid;