mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4101 from thornbill/fix-dashboard-interaction
Fix pointer events not propogating to dashboard pages
This commit is contained in:
commit
d29d54b35b
1 changed files with 6 additions and 0 deletions
|
@ -305,10 +305,16 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
[dir="rtl"] & {
|
[dir="rtl"] & {
|
||||||
transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;
|
transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .page {
|
||||||
|
// Fix pointer events being swallowed by the react root when a dashboard page is not rendered by react
|
||||||
|
pointer-events: all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.centerMessage {
|
.centerMessage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue