@wwtdev/bsds-css 2.33.0 → 2.33.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.
@@ -88,6 +88,11 @@
88
88
  visibility: visible;
89
89
  pointer-events: auto;
90
90
  width: var(--bs-vertical-nav-width);
91
+ position: fixed;
92
+ }
93
+
94
+ .bs-vertical-nav:where([data-sticky="true"]) {
95
+ position: sticky;
91
96
  }
92
97
 
93
98
  .bs-vertical-nav:where([data-narrow="true"]) {
@@ -87,6 +87,11 @@
87
87
  visibility: visible;
88
88
  pointer-events: auto;
89
89
  width: var(--bs-vertical-nav-width);
90
+ position: fixed;
91
+ }
92
+
93
+ .bs-vertical-nav:where([data-sticky="true"]) {
94
+ position: sticky;
90
95
  }
91
96
 
92
97
  .bs-vertical-nav:where([data-narrow="true"]) {
package/dist/wwt-bsds.css CHANGED
@@ -6132,6 +6132,11 @@ This must go last to properly override the other classes
6132
6132
  visibility: visible;
6133
6133
  pointer-events: auto;
6134
6134
  width: var(--bs-vertical-nav-width);
6135
+ position: fixed;
6136
+ }
6137
+
6138
+ .bs-vertical-nav:where([data-sticky="true"]) {
6139
+ position: sticky;
6135
6140
  }
6136
6141
 
6137
6142
  .bs-vertical-nav:where([data-narrow="true"]) {