Skip to content

Commit

Permalink
Prevent vertical offset in IE 11 (#29413)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
  • Loading branch information
Trainmaster and MartijnCuppens committed Mar 31, 2020
1 parent 8b6dd44 commit 45c99f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_progress.scss
Expand Up @@ -10,6 +10,7 @@
display: flex;
height: $progress-height;
overflow: hidden; // force rounded corners by cropping it
line-height: 0;
@include font-size($progress-font-size);
background-color: $progress-bg;
@include border-radius($progress-border-radius);
Expand Down

0 comments on commit 45c99f7

Please sign in to comment.