wip bsky client for the web & android
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(modal): modal-container position abs

vi 5f172e73 bbb9d548

+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;