Guest User

legaxy-flexbox.css - concrete5 - fundamental - IE11 fix

a guest
Mar 5th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. @media all
  2. {
  3.   /* 100% bs IE11 hackery */
  4.  
  5.   .no-flexboxlegacy .c5h-sticky-footer {
  6.     display: block !important;
  7.     min-height: auto !important;
  8.   }
  9.  
  10.   .no-flexboxlegacy .c5h-sticky-footer-content {
  11.     flex: 0 !important;
  12.   }
  13. }
Add Comment
Please, Sign In to add comment