Merge pull request #2384 from ZhenShuo2021/style/footer-icon

💄 Style(footer): improve icon-only mobile menu
This commit is contained in:
Nuno C.
2025-08-03 01:44:53 +01:00
committed by GitHub
3 changed files with 27 additions and 15 deletions

View File

@@ -1678,6 +1678,9 @@ body.zen-mode-enable {
.overflow-visible {
overflow: visible;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}