wintercms / wn-tailwindui-plugin

Provides the TailwindUI-based modern backend skin for the Winter CMS backend
MIT License
13 stars 9 forks source link

Adds sticky navigation #20

Closed joseph-sm closed 1 year ago

joseph-sm commented 1 year ago

Sidenav with fixed sidebar & sticky topnav

winter-cms-tw-ui-sticky-nav

Topnav sticky

winter-cms-tw-ui-sticky-nav1

Known issues

In sidenav tile mode if there are a lot of items they will flow off screen as it is not possible to make modes with the flyout sub navigation scroll-y without cutting off the sub menu, one solution would be to implement javascript (like we did for top menus) to modify the position to allow it to pop out @see https://css-tricks.com/popping-hidden-overflow/. In most cases there aren't enough items to make this a problem at the moment.