Skip to content

Commit

Permalink
Add min-height of 100dvh to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 19, 2024
1 parent 9c33498 commit 924e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/sidebar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Sidebar < ApplicationView
include Phlex::Rails::Helpers::LinkTo

def view_template
aside class: "w-80 bg-base-100 overscroll-contain" do
aside class: "w-80 bg-base-100 min-h-[100dvh] overscroll-contain" do
div class: "flex justify-start items-center" do
Button(
:ghost,
Expand Down

0 comments on commit 924e39c

Please sign in to comment.