mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Possible fix to the black box bug inside sheet
This commit is contained in:
parent
2c970cda3d
commit
cf3e8895ee
1 changed files with 1 additions and 1 deletions
|
@ -981,7 +981,7 @@ body:has(.status-deck) .media-post-link {
|
|||
flex-direction: column;
|
||||
max-height: 90vh;
|
||||
max-height: 90dvh;
|
||||
overflow: hidden;
|
||||
/* overflow: hidden; */
|
||||
background-color: var(--bg-color);
|
||||
width: 100%;
|
||||
max-width: calc(var(--main-width) - 50px - 16px);
|
||||
|
|
Loading…
Add table
Reference in a new issue