File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -314,10 +314,15 @@ body.light-mode .nav-container {
314
314
}
315
315
316
316
.navLinks .active {
317
+ position : fixed;
317
318
display : flex;
319
+ flex-direction : column;
318
320
/* Show links when active */
319
321
padding : 10px ;
320
322
/* Padding around links */
323
+ overflow-y : scroll !important ;
324
+ height : 90vh !important ;
325
+ top : 60px ;
321
326
}
322
327
323
328
.link {
@@ -512,3 +517,17 @@ link a:hover {
512
517
.toggle-container [data-aos = "fade-down" ].aos-animate {
513
518
opacity : 1 ;
514
519
}
520
+
521
+ @media (max-width : 1168px ) {
522
+ .navLinks .active {
523
+ position : fixed;
524
+ display : flex;
525
+ flex-direction : column;
526
+ /* Show links when active */
527
+ padding : 10px ;
528
+ /* Padding around links */
529
+ overflow-y : scroll !important ;
530
+ height : 90vh !important ;
531
+ top : 60px ;
532
+ }
533
+ }
You can’t perform that action at this time.
0 commit comments