We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a426fd commit 14babbbCopy full SHA for 14babbb
dist/fast-search-card.js
@@ -594,7 +594,9 @@ class FastSearchCard extends HTMLElement {
594
transition: all 0.2s ease;
595
touch-action: manipulation;
596
-webkit-tap-highlight-color: transparent;
597
- user-select: none;
+ user-select: none;
598
+ z-index: 10;
599
+ position: relative;
600
}
601
602
.clear-button.visible {
@@ -4334,7 +4336,6 @@ class FastSearchCard extends HTMLElement {
4334
4336
4335
4337
4338
clearSearch() {
- console.log('🧹 clearSearch wurde aufgerufen!'); // DEBUG
4339
const searchInput = this.shadowRoot.querySelector('.search-input');
4340
const clearButton = this.shadowRoot.querySelector('.clear-button');
4341
0 commit comments