mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
fix(mobile): card modal backdrop for ios
This commit is contained in:
@@ -114,6 +114,12 @@ ion-content {
|
||||
}
|
||||
}
|
||||
|
||||
ion-modal {
|
||||
&::part(backdrop) {
|
||||
@apply !opacity-30;
|
||||
}
|
||||
}
|
||||
|
||||
[type='text']:focus, [type='email']:focus, [type='url']:focus,
|
||||
[type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus,
|
||||
[type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus,
|
||||
|
||||
Reference in New Issue
Block a user