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> <style>
.background { .background {
position: absolute; position: fixed;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;