Skip to content

Commit

Permalink
Add overscroll-contain to theme dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 22, 2024
1 parent 8858ef4 commit e74fbb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/components/shared/nav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def render_theme_changer
"outline",
"outline-1",
"outline-black/5",
"shadow-2xl"
"shadow-2xl",
"overscroll-contain"
]

dropdown.menu :base_200, class: classes do |menu|
Expand Down

0 comments on commit e74fbb6

Please sign in to comment.