diff --git a/README.md b/README.md index 6f3a7a9..c50c853 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The plugin is designed to work out of the box with minimal configuration. Howeve ## Roadmap - ~~tag close functionality~~ -- general reset button +- ~~general reset button~~ - pagination ## Changelog diff --git a/assets/style.css b/assets/style.css index d31094b..4386700 100644 --- a/assets/style.css +++ b/assets/style.css @@ -19,7 +19,7 @@ } .search-tax { - align-items: flex-start; /* Ensures each
aligns to the top */ + align-items: flex-start; display: flex; gap: 1rem; margin-bottom: 1.25rem; @@ -61,8 +61,8 @@ padding: 10px; position: absolute; top: 100%; - z-index: 10; width: 100%; + z-index: 10; } /* Show Dropdown Menu */