Widget inside modal not changing size proportionality with modal
-
The widget I have placed inside the modal is not changing size at correct proportions with modal. When I zoom in ctrl+ the actual widget overlaps outside (moreso its height) the modal box. How can I constrain it to stay within the modal box dimensions ?
The modal is currently fixed with by the following css:
.modal {
position:fixed;
top:250px!important;
}thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Widget inside modal not changing size proportionality with modal’ is closed to new replies.