@primer/brand-css 0.64.1-rc.2f0c2299 → 0.64.1-rc.44121d64
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.
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
z-index: 90;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
.SubdomainNavBar-outer-container:not(.SubdomainNavBar-outer-container--fixed) {
|
|
24
|
+
position: relative;
|
|
25
|
+
}
|
|
26
|
+
|
|
23
27
|
.SubdomainNavBar-outer-container--fixed {
|
|
24
28
|
position: fixed;
|
|
25
29
|
top: 0;
|
|
@@ -576,7 +580,6 @@
|
|
|
576
580
|
position: absolute;
|
|
577
581
|
top: 0;
|
|
578
582
|
bottom: 1px;
|
|
579
|
-
width: 100vw;
|
|
580
583
|
left: 0;
|
|
581
584
|
right: 0;
|
|
582
585
|
background-color: var(--brand-SubdomainNavBar-canvas-search);
|
|
@@ -675,10 +678,10 @@
|
|
|
675
678
|
}
|
|
676
679
|
|
|
677
680
|
.SubdomainNavBar-skip-to-content {
|
|
678
|
-
position:
|
|
681
|
+
position: absolute;
|
|
679
682
|
top: 75px;
|
|
680
683
|
border-radius: 0px;
|
|
681
|
-
width:
|
|
684
|
+
width: 100%;
|
|
682
685
|
z-index: 100;
|
|
683
686
|
}
|
|
684
687
|
|