mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(search): full width/height bug on mobile
This commit is contained in:
parent
e1b042c9b2
commit
c10e1485a8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
v-if="open"
|
v-if="open"
|
||||||
@click="open = false"
|
@click="open = false"
|
||||||
:style="{opacity: homepage ? 0 : 0.9}"
|
:style="{opacity: homepage ? 0 : 0.9}"
|
||||||
class="fixed inset-0 z-20 w-screen h-screen bg-gray-900"
|
class="fixed inset-0 z-20 bg-gray-900"
|
||||||
></div>
|
></div>
|
||||||
<div class="relative w-full">
|
<div class="relative w-full">
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue