aymanalhattami / filament-page-with-sidebar

Organize pages in the sidebar in order to make navigation between pages more comfortable.
https://github.com/aymanalhattami/filament-page-with-sidebar
MIT License
175 stars 22 forks source link

Issue with sm view #28

Closed fouteox closed 1 year ago

fouteox commented 1 year ago

https://github.com/aymanalhattami/filament-page-with-sidebar/blob/ffdf55c391a773e7c9024ba181f7e1501e1bc3f5/resources/views/components/page.blade.php#L74

When the media querie is on sm, the display bugs, see the first screen.

By commenting on this line, everything returns to normal like the second screen.

Capture d’écran 2023-10-06 à 20 25 24 Capture d’écran 2023-10-06 à 20 26 58
aymanalhattami commented 1 year ago

PRs are welcomes

fouteox commented 1 year ago

@aymanalhattami CSS is not my strong suit.

The commented out line that removes this bug seems to be a default setting, and I don't know how to explain the problem.