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.
This commit is contained in:
evazion
2017-07-17 18:29:06 -05:00
parent be4414ae70
commit 5d48244df4

View File

@@ -1,4 +1,5 @@
div.ui-dialog {
height: auto! important;
overflow: visible;
font-size: 1em;
z-index: 999 !important;