Responsive issue with Telerik RadWidow and Internet Explorer 9
When open a Radwindow as modal, if modal size < 992px or 767px (default Bootstrap breakpoints), parent page will be apply CSS rules for that breakpoint too. That will make parent page drop to stack layout if you use col-md for grid system.
To solve this, simply add a version to your bootstrap css in page load as modal, like this:
<link href="bootstrap.min.css?v=modal" rel="stylesheet">
Hope that help :)
Written by Tam Mai
Related protips
2 Responses
Thank you. That's really helpful!!
over 1 year ago
·
You'are welcome!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Responsive
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#