fix(ui): incorrect background color for the left sidebar on mobile #10572

This commit is contained in:
charlie
2023-11-30 14:21:27 +08:00
committed by Andelf
parent 9e8cc6efb4
commit 416e1477f9
2 changed files with 5 additions and 1 deletions

View File

@@ -920,6 +920,10 @@ html.is-mobile {
#journals .journal-item:first-child {
margin-top: 5px;
}
main.theme-inner {
@apply overflow-x-hidden;
}
}
@layer base {