Change CSS so the tags dropdown is outside of the normal flow of the document.

This commit is contained in:
William Karsten 2022-08-26 17:13:18 -05:00
parent 987f654b67
commit cda44721fd
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ div.flash-success h2 {
margin-left: 5.85rem;
border: 1px solid #aaa;
border-top: 0;
position: relative;
position: absolute;
top: 100%;
box-shadow: 0 4px rgb(0 0 0 / 15%);
z-index: 999;