dkulyk / nova-tabs

Another Laravel Nova Tabs Package
58 stars 7 forks source link

Scrolling up when switching tabs #12

Open jeffreydevreede opened 5 years ago

jeffreydevreede commented 5 years ago

Imagine looking at a detail page that has some information above the tabs section (think metrics, general details panel etc), when switching the current tab closes and gets replaced by a new one.

Because the current tab gets closed before the new one is loaded, the window size gets smaller and the view basically jumps up to show the buttons of the tabs at the bottom of the screen. This causes the user having to scroll back down after switching between each tab.