mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +00:00
Fix for inability to scroll modal wizards
This commit is contained in:
parent
ecbda326cb
commit
128ad01866
@ -878,6 +878,16 @@ canvas.tw-edit-bitmapeditor {
|
|||||||
** Modals
|
** Modals
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.modal-wrapper {
|
||||||
|
position: fixed;
|
||||||
|
overflow: auto;
|
||||||
|
overflow-y: scroll;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -910,11 +920,9 @@ canvas.tw-edit-bitmapeditor {
|
|||||||
|
|
||||||
@media (min-width: 55em) {
|
@media (min-width: 55em) {
|
||||||
.modal {
|
.modal {
|
||||||
position: fixed;
|
position: relative;
|
||||||
top: 50%;
|
width: 50%;
|
||||||
left: 50%;
|
margin: 30px auto;
|
||||||
width: 560px;
|
|
||||||
margin: -180px 0 0 -280px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user