Revamped iframe modal handling (references #2480 and #2421)

This commit is contained in:
Bernd Bestel
2024-02-25 10:40:11 +01:00
parent 8ba3305a21
commit e01e0f3abe
10 changed files with 28 additions and 42 deletions

View File

@@ -107,8 +107,10 @@ button.disabled {
margin-left: 0;
}
iframe {
iframe.embed-responsive {
border: 0;
width: 1px;
min-width: 100%;
}
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */