We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e974f7a commit f89c2fdCopy full SHA for f89c2fd
lib/ruby_ui/sheet/sheet_content.rb
@@ -33,7 +33,7 @@ def default_attrs
33
{
34
data_state: "open", # For animate in
35
class: [
36
- "fixed pointer-events-auto z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
+ "fixed pointer-events-auto z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500 overflow-scroll",
37
@side_classes
38
]
39
}
0 commit comments