From 5d48244df42dad364ea394b65a31a3bb075f94c7 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 17 Jul 2017 18:29:06 -0500 Subject: [PATCH] Fix related tags overflow in detachable tag edit dialog (#3219). Fixes these issues with the detachable tag edit dialog: * Moving the edit dialog then expanding the related tags causes the related tags to overflow outside the dialog. * Expanding the related tags, moving the edit dialog, then collapsing the tags causes the dialog to not resize back to its minimized size. --- app/assets/stylesheets/common/jquery_ui_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/jquery_ui_custom.scss b/app/assets/stylesheets/common/jquery_ui_custom.scss index d11908cb3..2c02c9090 100644 --- a/app/assets/stylesheets/common/jquery_ui_custom.scss +++ b/app/assets/stylesheets/common/jquery_ui_custom.scss @@ -1,4 +1,5 @@ div.ui-dialog { + height: auto! important; overflow: visible; font-size: 1em; z-index: 999 !important;