Fix contextmenu position:fixed, affected by final BringRSS solution.

This commit is contained in:
voussoir 2022-07-19 20:04:02 -07:00
parent 4001f6f371
commit 17e0d0b6a6
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -294,7 +294,7 @@
.photo_card_tools.open_contextmenu .photo_card_tools.open_contextmenu
{ {
display: initial; display: initial;
position: absolute; position: fixed;
} }
/* ########################################################################## */ /* ########################################################################## */