mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
fix some content exceeds the screen in landscape mode
This commit is contained in:
@@ -147,6 +147,12 @@ function onSheetClosed(): void {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@media (max-height: 629px) {
|
||||
.primary-list-container, .secondary-list-container {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
.primary-list.list .item-inner {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user