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

Этот коммит содержится в:
oOoBenoitoOo
2024-02-07 17:11:09 +01:00
коммит произвёл GitHub
родитель f92d08e991
Коммит 495245b43e

Просмотреть файл

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