Skip to content

Commit 2932a24

Browse files
committed
Fixed the hidden search bar still clickable
added visibility: hidden / visible to prevent accidentally clicked 新增visibility來實際隱藏search bar
1 parent 4b8c13f commit 2932a24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.css

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ navbar.unsupported {
105105
box-sizing: border-box;
106106
height: 40px;
107107
opacity: 0;
108+
visibility: hidden;
108109
}
109110

110111
.electronSearchText-input {
@@ -126,4 +127,5 @@ navbar.unsupported {
126127
transform: translateY(33px);
127128
display: block;
128129
opacity: 1;
130+
visibility: visible;
129131
}

0 commit comments

Comments
 (0)