diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-03 15:19:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-03 15:19:22 +0300 |
| commit | 687b86cdeef2192272f0945ddd496322a9113f9e (patch) | |
| tree | 4c570f3803d08560d5f58cee74b3637a5530d23f /web/index.html | |
| parent | c397aabc09d35f95418351776cd73305a4c28fba (diff) | |
Fix media info and detached playback state
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 586c9fa..4b25b09 100644 --- a/web/index.html +++ b/web/index.html @@ -139,7 +139,7 @@ <!-- Media Info Modal --> <div id="media-info-modal" class="modal-overlay" role="dialog" aria-modal="true" aria-labelledby="media-info-title"> - <div class="modal modal-wide"> + <div id="media-info-panel" class="modal modal-wide" tabindex="-1"> <div class="modal-header"> <h3 id="media-info-title">Media Info</h3> <div class="spacer"></div> |
