You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that mix salad.init is not generating the css variables and related tailwind.colors.json config for some classes required by the sidebar component.
Additionally, when the sidebar is collapsed, the overflow: hidden and overflow-auto style applied to the parent container seems to prevent the tooltip from being visible in collapsed mode when the tooltip would be the most useful:
thanks @Pbotsaris, I'll add the css to the generator.
Regarding to
Additionally, when the sidebar is collapsed, the overflow: hidden and overflow-auto style applied to the parent container seems to prevent the tooltip from being visible in collapsed mode
It's the limitation of pure css approach, I'm working to add JS hook for better accessibility in v1
Hey guys – thanks for the great work!
I noticed that
mix salad.init
is not generating the css variables and relatedtailwind.colors.json
config for some classes required by the sidebar component.I may be missing something, but I noticed that the tooltip for
sidebar_menu_button
does not appear when setting its display to block, as shown here:salad_ui/lib/salad_ui/sidebar.ex
Line 530 in 2364f9f
Additionally, when the sidebar is collapsed, the
overflow: hidden
andoverflow-auto
style applied to the parent container seems to prevent the tooltip from being visible in collapsed mode when the tooltip would be the most useful:salad_ui/lib/salad_ui/sidebar.ex
Line 334 in 2364f9f
The text was updated successfully, but these errors were encountered: