tangled
alpha
login
or
join now
vt3e.cat
/
bbell
7
fork
atom
wip bsky client for the web & android
bbell.vt3e.cat
7
fork
atom
overview
issues
pulls
pipelines
fix(modal): modal-container position abs
vt3e.cat
1 month ago
5f172e73
bbb9d548
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
UI
BaseModal.vue
+1
-1
src/components/UI/BaseModal.vue
···
210
210
}
211
211
212
212
.modal-container {
213
213
-
position: relative;
213
213
+
position: absolute;
214
214
inset: 0;
215
215
display: flex;
216
216
flex-direction: column;