Fix jumping details modal on back navigation (#854)

This commit is contained in:
Sascha Ißbrücker 2024-09-24 17:09:17 +02:00 committed by GitHub
parent ba904ed191
commit c93709b549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@
cursor: default;
display: block;
left: 0;
position: absolute;
position: fixed;
right: 0;
top: 0;
}