fixed image embeds in posts

This commit is contained in:
2024-11-23 21:54:43 -05:00
parent 01a8ff8b97
commit eb9b093485
4 changed files with 37 additions and 23 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/* overlay backdrop */
#overlay {
#overlay, .overlay {
display: none;
position: fixed;
top: 0;
@@ -31,7 +31,7 @@
}
/* show popup and overlay */
#new-post-form.show, #overlay.show {
#new-post-form.show, #overlay.show, .overlay.show {
display: block;
opacity: 1;
}