Fix search box rendering above tag edit dialog box (fix #3383).

This commit is contained in:
evazion
2017-11-18 09:26:50 -06:00
parent 3c524aa5e6
commit 05dea309b2

View File

@@ -39,7 +39,9 @@ div#page {
input[type=text] {
width: 10em;
z-index: 1000;
/* ensure expanded search box renders above post thumbnails. */
z-index: 1;
position: relative;
}
}