File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1074,9 +1074,11 @@ article {
1074
1074
// }
1075
1075
1076
1076
.nextra-scrollbar {
1077
+ // modify margins on right sidebar to prevent overflowing
1078
+ margin-right : auto ;
1079
+
1077
1080
// set background color for bookmark region
1078
1081
// background-color: colors.$black;
1079
-
1080
1082
// set font color for bookmark header
1081
1083
p {
1082
1084
// color: colors.$base100;
@@ -1864,9 +1866,11 @@ article {
1864
1866
// }
1865
1867
1866
1868
.nextra-scrollbar {
1869
+ // modify margins on right sidebar to prevent overflowing
1870
+ margin-right : auto ;
1871
+
1867
1872
// set background color for bookmark region
1868
1873
// background-color: colors.$black;
1869
-
1870
1874
// set font color for bookmark header
1871
1875
p {
1872
1876
color : colors .$base100 ;
You can’t perform that action at this time.
0 commit comments