@npm_leadtech/legal-lib-components 2.32.1 → 2.32.3
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.
|
@@ -4380,7 +4380,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4380
4380
|
|
|
4381
4381
|
.asideMenu .list {
|
|
4382
4382
|
display: flex;
|
|
4383
|
-
flex-direction: column;
|
|
4383
|
+
flex-direction: column;
|
|
4384
|
+
position: sticky;
|
|
4385
|
+
top: 5%; }
|
|
4384
4386
|
|
|
4385
4387
|
.asideMenu .navItem {
|
|
4386
4388
|
color: var(--neutral-neutral-1);
|
|
@@ -4380,7 +4380,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4380
4380
|
|
|
4381
4381
|
.asideMenu .list {
|
|
4382
4382
|
display: flex;
|
|
4383
|
-
flex-direction: column;
|
|
4383
|
+
flex-direction: column;
|
|
4384
|
+
position: sticky;
|
|
4385
|
+
top: 5%; }
|
|
4384
4386
|
|
|
4385
4387
|
.asideMenu .navItem {
|
|
4386
4388
|
color: var(--neutral-neutral-1);
|