Skip to content

Commit

Permalink
Fix scrollbar in ie11 (#21976) (#22021)
Browse files Browse the repository at this point in the history
* fix scrollbar in ie11
  • Loading branch information
snide authored Aug 15, 2018
1 parent 182cf2f commit 3be8c2c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/ui/public/styles/bootstrap/responsive-utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@
// Responsive: Utility classes
// --------------------------------------------------


// IE10 in Windows (Phone) 8
//
// Support for responsive views via media queries is kind of borked in IE10, for
// Surface/desktop in split view and for Windows Phone 8. This particular fix
// must be accompanied by a snippet of JavaScript to sniff the user agent and
// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
// our Getting Started page for more information on this bug.
//
// For more information, see the following:
//
// Issue: https://github.com/twbs/bootstrap/issues/10497
// Docs: http://getbootstrap.com/getting-started/#support-ie10-width
// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/

@-ms-viewport {
width: device-width;
}


// Visibility utilities
// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0
.visible-xs,
Expand Down

0 comments on commit 3be8c2c

Please sign in to comment.