Skip to content

Commit b1d8627

Browse files
chore: do not allow user to select the arrow image and drag to browser.
Currently, the user can drag the arrow image to the tab and I personally did it by mistake, we don't want this. So I added a line of css to fix this (hopefully!)
1 parent 0ffe47c commit b1d8627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

topics/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,8 @@ input::placeholder {
331331

332332
.show{
333333
display: flex;
334+
}
335+
336+
.dropdown {
337+
pointer-events: none;
334338
}

0 commit comments

Comments
 (0)