wip bsky client for the web & android bbell.vt3e.cat

fix(modal): modal-container position abs

vt3e.cat 5f172e73 bbb9d548

verified
+1 -1
+1 -1
src/components/UI/BaseModal.vue
··· 210 210 } 211 211 212 212 .modal-container { 213 - position: relative; 213 + position: absolute; 214 214 inset: 0; 215 215 display: flex; 216 216 flex-direction: column;