Possible fix to the black box bug inside sheet

This commit is contained in:
Lim Chee Aun 2023-03-15 22:06:36 +08:00
parent 2c970cda3d
commit cf3e8895ee

View file

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