Skip to content

Commit 14babbb

Browse files
authored
Update fast-search-card.js
1 parent 7a426fd commit 14babbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/fast-search-card.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,9 @@ class FastSearchCard extends HTMLElement {
594594
transition: all 0.2s ease;
595595
touch-action: manipulation;
596596
-webkit-tap-highlight-color: transparent;
597-
user-select: none;
597+
user-select: none;
598+
z-index: 10;
599+
position: relative;
598600
}
599601

600602
.clear-button.visible {
@@ -4334,7 +4336,6 @@ class FastSearchCard extends HTMLElement {
43344336
}
43354337

43364338
clearSearch() {
4337-
console.log('🧹 clearSearch wurde aufgerufen!'); // DEBUG
43384339
const searchInput = this.shadowRoot.querySelector('.search-input');
43394340
const clearButton = this.shadowRoot.querySelector('.clear-button');
43404341

0 commit comments

Comments
 (0)