Fix responsive css

This commit is contained in:
trading_peter 2022-12-15 11:52:00 +01:00
parent 9cff77555f
commit d8d6b6f01f
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-dropdown",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "tp-dropdown.js",
"scripts": {

View File

@ -214,7 +214,6 @@ class TpDropdown extends BaseElement {
:host(:not([not-responsive])) #itemList {
max-height: none !important;
display: flex;
}
:host(:not([not-responsive])) #filter {