MM-56602 fix: centralize file preview to allow user to click outside of document to exit preview mode (#26018)

This commit is contained in:
oOoBenoitoOo 2024-02-07 17:11:09 +01:00 committed by GitHub
parent f92d08e991
commit 495245b43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -425,7 +425,7 @@
.code-preview {
display: flex;
height: calc(100vh - 168px);
max-height: calc(100vh - 168px);
flex-direction: column;
border-radius: 8px;