Make modal background static

This commit is contained in:
2023-06-08 14:18:36 +02:00
parent deda057a2d
commit eff4b366ce

View File

@@ -93,7 +93,7 @@ const keydown = e => {
<style>
.background {
position: absolute;
position: fixed;
display: flex;
flex-direction: column;
align-items: center;