Fix Safari modal zoom issue

On zoom Bootstrap tries to add padding to modals in _adjustDialog, which breaks the appearance on iPhone. This fix forces the padding to 0
pull/148/head
borntolurk 2023-05-14 23:23:34 +02:00
parent beb8adcda5
commit 48a0324114
1 changed files with 1 additions and 0 deletions

View File

@ -1849,6 +1849,7 @@ button.close {
height: 100%;
overflow: hidden;
outline: 0;
padding-right: 0 !important; /* fix Safari zoom issue */
}
.modal-dialog {
position: relative;