diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index e77148331..d36046ae3 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -464,9 +464,10 @@ button.icon-button { margin: auto; /* setting the display to block since "table" doesn't support scrolling */ display: block; - flex-basis: content; - flex-shrink: 1; + /** flex-basis: content; - use once "content" is implemented by chrome */ + flex-shrink: 0; flex-grow: 0; + max-height: 30%; overflow: auto; }