diff --git a/src/main/webapp/resources/sass/app/_bugfixes.scss b/src/main/webapp/resources/sass/app/_bugfixes.scss index 3dc63bfb8..432fd7901 100644 --- a/src/main/webapp/resources/sass/app/_bugfixes.scss +++ b/src/main/webapp/resources/sass/app/_bugfixes.scss @@ -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; + } +}