mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Prevent flash of post page
This commit is contained in:
parent
83164c321f
commit
8a1fda5a85
1 changed files with 1 additions and 0 deletions
|
@ -1510,6 +1510,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
||||||
.media-modal-container + .status-deck {
|
.media-modal-container + .status-deck {
|
||||||
/* display: none; */
|
/* display: none; */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Reference in a new issue