mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-05 00:02:22 +00:00
fix: use display instead of visibility for click handling pasthrough
This commit is contained in:
parent
5ab922f316
commit
a0b927da4a
2 changed files with 7 additions and 4 deletions
quartz/components/styles
|
@ -83,11 +83,14 @@
|
|||
}
|
||||
|
||||
& > #search-layout {
|
||||
display: flex;
|
||||
display: none;
|
||||
flex-direction: row;
|
||||
visibility: hidden;
|
||||
border: 1px solid var(--lightgray);
|
||||
|
||||
&.display-results {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media all and (min-width: $tabletBreakpoint) {
|
||||
&[data-preview] {
|
||||
& .result-card > p.preview {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue