-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar Issues #120
Comments
…nt hiding new popouts for large menu
@tsressin I was trying to make it so the menu will have a scrollbar if it exceeds a height of more than 50 % of the view port height. While this works it breaks future popouts. This is due to them being crammed in the same <div> as the rest of the elements. I looked up if the library itself supported this out of the box and it seems even the developers of tailwind/headlessui are having fun figuring it out (no solution yet) But we are close - just need to figure out this large menu issue. @willbreitkreutz if you wouldn't mind - do you have any ideas on how to solve this? I tried to set the future popout menus to fixed but I may just have to manually create the 3 levels of menu so that we can control where those popouts exist and where the "scroll-auto" is placed. EDIT: |
@tsressin Can you provide an example where you saw your different fonts? I'm not seeing them on my end - i'm wondering if theres some style overrides happening in what you are seeing I.e. inspect your page and find the two "font-family" styles that are different in the sidebar/popout menu |
@krowvin If I am interpreting this correctly, when there are no children, it is using large text and when there are children, it is using small text. I don't see anything in my code that specifies one or the other (I guess there could be something I am missing). Without children With children |
After testing the new sidebar, I came across a couple issues. Both are visible in the screen capture.
The text was updated successfully, but these errors were encountered: