1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

fix(regression): app header container overflow on mobile (#4089)

This commit is contained in:
2024-10-24 23:49:33 +08:00
committed by GitHub
parent 73a029641a
commit cacf556c9a

View File

@@ -190,6 +190,7 @@
.App-header {
.container {
padding: 0;
width: 100%;
}
}
.Header-navigation {