Skip to content

Commit

Permalink
Fix for dropdown change from absolute to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Jul 9, 2024
1 parent 0634606 commit 9e902c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 1 addition & 1 deletion _sass/minima/nighthawk/dropdown-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e902c2

Please sign in to comment.