Skip to content
Snippets Groups Projects
Commit f27c33ec authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Merge branch 'chrome57-css-fix' into '2.4'

Add CSS workaround for Chrome 57+

See merge request !58
parents 03520189 5a51c7db
Branches
Tags
1 merge request!58Add CSS workaround for Chrome 57+
Pipeline #7800 passed with stages
in 1 minute and 57 seconds
...@@ -82,3 +82,10 @@ body.x-firefox { ...@@ -82,3 +82,10 @@ body.x-firefox {
display: flex !important; display: flex !important;
} }
} }
body.x-chrome {
/* Workaround for issue with invisible buttons in Chrome 57+. */
.x-button {
overflow: visible;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment