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

View File

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