Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'chrome57-css-fix' into '2.4'
Browse files Browse the repository at this point in the history
Add CSS workaround for Chrome 57+

See merge request !58
  • Loading branch information
dgerhardt committed Mar 16, 2017
2 parents 0352018 + 5a51c7d commit f27c33e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/webapp/resources/sass/app/_bugfixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@ body.x-firefox {
display: flex !important;
}
}

body.x-chrome {
/* Workaround for issue with invisible buttons in Chrome 57+. */
.x-button {
overflow: visible;
}
}

0 comments on commit f27c33e

Please sign in to comment.