Fix mobile tab header and swipe behavior

This commit is contained in:
2025-12-22 21:01:33 +01:00
parent 1f52680721
commit a1ae2a53a6
6 changed files with 38 additions and 6 deletions

View File

@@ -464,6 +464,10 @@ body {
min-height: 48px;
}
.tabs-scroll-shell {
width: 100%;
}
.page-title-section,
.admin-title-section {
display: flex;
@@ -609,6 +613,8 @@ body {
width: 100%;
max-width: none;
margin: 0;
flex: 1 1 auto;
min-height: 0;
}
/* Swipeable tab panels */