mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:58:51 +03:00
BE sync / gitea
This commit is contained in:
@@ -904,11 +904,19 @@
|
||||
inset: 0;
|
||||
z-index: 20;
|
||||
}
|
||||
.hub-docs-modal[hidden] {
|
||||
display: none !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.hub-docs-backdrop {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: rgba(4, 8, 14, 0.66);
|
||||
pointer-events: auto;
|
||||
}
|
||||
.hub-docs-modal[hidden] .hub-docs-backdrop {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.hub-docs-panel {
|
||||
|
||||
Reference in New Issue
Block a user