Template:Styles/Default.css: Difference between revisions
Content deleted Content added
Prevent site logos from showing through modals (e.g. for monthly convert) - nabbed from paymentswiki monthly convert |
don't allow scroll when modal is open |
||
Line 76:
.vector-body {
position: inherit;
}
body.modal-open {
overflow: hidden;
position: fixed;
}
|