mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Possible fix for jumpy popover bug
This commit is contained in:
parent
2b5eb87ec4
commit
7fba180de8
1 changed files with 4 additions and 0 deletions
|
@ -1328,6 +1328,10 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
|||
-webkit-touch-callout: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
body > .szh-menu-container {
|
||||
position: fixed !important;
|
||||
z-index: 10;
|
||||
}
|
||||
.szh-menu-container:has(.szh-menu--state-open) {
|
||||
inset: 0;
|
||||
inset: env(safe-area-inset-top) env(safe-area-inset-right)
|
||||
|
|
Loading…
Reference in a new issue