Prevent flash of post page

pull/466/merge
Lim Chee Aun 2024-06-15 10:24:33 +08:00
rodzic 83164c321f
commit 8a1fda5a85
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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