Spaces:
Running
Running
Commit
·
349dd50
1
Parent(s):
088b8bd
small fix
Browse files
src/app/interface/bottom-bar/index.tsx
CHANGED
@@ -15,7 +15,8 @@ export function BottomBar() {
|
|
15 |
`print:hidden`,
|
16 |
`fixed bottom-0 md:bottom-0 left-2 right-0 md:left-3 md:right-1`,
|
17 |
`flex flex-row`,
|
18 |
-
`justify-between
|
|
|
19 |
)}>
|
20 |
<div className={cn(
|
21 |
`flex flex-row`,
|
@@ -49,7 +50,7 @@ export function BottomBar() {
|
|
49 |
</Button>
|
50 |
</div>
|
51 |
*/}
|
52 |
-
<About
|
53 |
</div>
|
54 |
</div>
|
55 |
)
|
|
|
15 |
`print:hidden`,
|
16 |
`fixed bottom-0 md:bottom-0 left-2 right-0 md:left-3 md:right-1`,
|
17 |
`flex flex-row`,
|
18 |
+
`justify-between`,
|
19 |
+
`pointer-events-none`
|
20 |
)}>
|
21 |
<div className={cn(
|
22 |
`flex flex-row`,
|
|
|
50 |
</Button>
|
51 |
</div>
|
52 |
*/}
|
53 |
+
<div className="pointer-events-auto"><About /></div>
|
54 |
</div>
|
55 |
</div>
|
56 |
)
|