Skip to content

Commit 3dfb054

Browse files
Antsthebulmergify[bot]
authored andcommitted
Set max height value for popup, as to not conlfict with smaller length popups
(cherry picked from commit 4ebc324) (cherry picked from commit 2cdf8a1) (cherry picked from commit 48b4049)
1 parent cc9deb2 commit 3dfb054

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_management/priv/www/css

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ div.form-popup-help {
230230
}
231231
p.warning, div.form-popup-warn { background: #FF9; }
232232

233-
div.form-popup-options { z-index: 3; overflow:auto; height:95%; }
233+
div.form-popup-options { z-index: 3; overflow:auto; max-height:95%; }
234234

235235
div.form-popup-warn span,
236236
div.form-popup-info span,

0 commit comments

Comments
 (0)