@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.
- package/dist/components/_vertical-navigation.scss +5 -0
- package/dist/components/vertical-navigation.css +5 -0
- package/dist/wwt-bsds.css +5 -0
- package/dist/wwt-bsds.min.css +1 -1
- package/package.json +5 -1
- package/dist/wwt-bsds-components.css +0 -6314
- package/dist/wwt-bsds-components.min.css +0 -1
- package/dist/wwt-bsds-tokens.css +0 -783
- package/dist/wwt-bsds-tokens.min.css +0 -1
- package/dist/wwt-bsds-utilities.css +0 -1266
- package/dist/wwt-bsds-utilities.min.css +0 -1
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"]) {
|