We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baafc2d commit df792b4Copy full SHA for df792b4
src/App.css
@@ -234,7 +234,7 @@ a:hover {
234
border: 1px solid grey;
235
position: absolute;
236
left: 3px;
237
- scroll-margin-top: 50px;
+ scroll-margin-top: 155px;
238
}
239
240
.nav-dropdown:focus {
@@ -902,6 +902,11 @@ a:hover {
902
border: 1px solid #d3d3d3;
903
904
905
+.navigation-button-variant,
906
+.navigation-button-read {
907
+ margin-top: 4px;
908
+}
909
+
910
.navigation-button:focus-visible {
911
outline-offset: -1px;
912
@@ -925,6 +930,10 @@ a:hover {
925
930
top: 8px;
926
931
927
932
933
+ .nav-dropdown {
934
+ scroll-margin-top: 50px;
935
+ }
936
928
937
.navigation-buttons {
929
938
top: 3px;
939
0 commit comments