mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-56602 fix: centralize file preview to allow user to click outside of document to exit preview mode (#26018)
This commit is contained in:
parent
f92d08e991
commit
495245b43e
@ -425,7 +425,7 @@
|
|||||||
|
|
||||||
.code-preview {
|
.code-preview {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: calc(100vh - 168px);
|
max-height: calc(100vh - 168px);
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user