fix small viewport attach file (#7650)

This commit is contained in:
Eugenio Romano
2022-05-25 11:01:32 +01:00
committed by GitHub
parent f11ae24d7a
commit 95fd3e822a

View File

@@ -91,7 +91,7 @@ $content-node-selector-thumbnail-width: 35px !default;
}
&-list {
height: 300px;
height: 40vh;
overflow: auto;
border: 1px solid var(--theme-border-color);
border-top: 0;