Commit f0d3f93
authored
fix: mobile navbar sidebar hidden behind secondary panel (#54)
The .navbar-sidebar__items--show-secondary class applies
transform: translateX(-83vw) which hides sidebar content when
custom CSS sets flex-direction: column on .navbar-sidebar__items.
Adding transform: none !important overrides this.1 parent 7b613c6 commit f0d3f93
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1421 | 1421 | | |
1422 | 1422 | | |
1423 | 1423 | | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
0 commit comments