aliameur / phab-pharmacy

https://phabpharmacy.com
4 stars 1 forks source link

Admin sidebar not anchored to page when scrolling #36

Closed rmaguado closed 8 months ago

rmaguado commented 8 months ago

Each route page is wrapped with the layout component. The sidebar needs to be fixed regardless of scrolling. Currently it tracks scrolling from the main page. Possible fix will be to set the max-height of the layout children.

Captura de pantalla 2024-01-11 a las 18 21 37 Captura de pantalla 2024-01-11 a las 18 21 43
rmaguado commented 8 months ago

Issue was resolved by switching to a grid layout instead of flex.