From 9e902c2307e4f66928734414e1579b11f2565afd Mon Sep 17 00:00:00 2001 From: jm1021 Date: Mon, 8 Jul 2024 21:33:10 -0700 Subject: [PATCH] Fix for dropdown change from absolute to fixed --- _sass/minima/custom-styles.scss | 2 +- _sass/minima/nighthawk/dropdown-menu.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index f708a22e8..a3d8db380 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -11,5 +11,5 @@ // Styles for nighthawk theme, do not remove @import "minima/nighthawk/calculator-button"; -//@import "minima/nighthawk/dropdown-menu.scss"; +@import "minima/nighthawk/dropdown-menu.scss"; @import "minima/nighthawk/platformer-game.scss"; diff --git a/_sass/minima/nighthawk/dropdown-menu.scss b/_sass/minima/nighthawk/dropdown-menu.scss index df6de57a0..b2433a5a3 100644 --- a/_sass/minima/nighthawk/dropdown-menu.scss +++ b/_sass/minima/nighthawk/dropdown-menu.scss @@ -16,7 +16,7 @@ .dropdown-content { display: none; - position: absolute; + position: fixed; background-color: black; // Use Dracula theme code cell background min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);