Prevent flash of post page

This commit is contained in:
Lim Chee Aun 2024-06-15 10:24:33 +08:00
parent 83164c321f
commit 8a1fda5a85

View file

@ -1510,6 +1510,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
.media-modal-container + .status-deck {
/* display: none; */
position: absolute;
right: 0;
z-index: -1;
pointer-events: none;
user-select: none;