Skip to content

Commit

Permalink
Default Tabview Expanded by Default
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-leech committed Oct 30, 2024
1 parent a22384d commit 2e88669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
// Show the tabview if not already visible.
if (tabview.classList.contains('desktop-display-none')) {
tabview.classList.remove('desktop-display-none');
document.body.style.gridTemplateRows = 'auto 10px 50px';
document.body.style.gridTemplateRows = 'auto 10px 200px';
}
},
removeLastTab: () => {
Expand Down

0 comments on commit 2e88669

Please sign in to comment.