@wwtdev/bsds-css 3.0.12 → 3.0.14

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
  }
@@ -5329,7 +5335,6 @@ label:where(.bs-label) {
5329
5335
  opacity: 1;
5330
5336
  }
5331
5337
  .bs-pagination {
5332
- background-color: var(--bs-bg-base);
5333
5338
  color: var(--bs-ink-base);
5334
5339
  display: flex;
5335
5340
  gap: 1.5rem;
@@ -6101,7 +6106,6 @@ a.bs-profile:where([data-layout]):hover {
6101
6106
  flex: 1;
6102
6107
  border-color: inherit;
6103
6108
  overflow: auto;
6104
- overscroll-behavior: none;
6105
6109
  }
6106
6110
  .bs-table {
6107
6111
  display: grid;