This commit is contained in:
jxxghp
2023-09-15 11:14:25 +08:00
parent 948e65d383
commit 0880c0e3b3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.2.0-1",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "vite --host",

View File

@@ -76,7 +76,7 @@ function handleNavScroll(evt: Event) {
>
<slot />
</PerfectScrollbar>
<ul class="nav-items d-lg-none overflow-auto">
<ul class="nav-items d-lg-none overflow-auto pointer-events-none">
<slot />
</ul>
</slot>