fix the media panel with lots of media (bottom button hidden)

This commit is contained in:
Audric Ackermann 2020-09-08 16:15:03 +10:00
parent c34edee180
commit f682cbd9d0
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
2 changed files with 2 additions and 1 deletions

View File

@ -1318,7 +1318,7 @@
flex-direction: column;
flex-grow: 1;
width: 100%;
height: 100%;
overflow: hidden;
}
.module-media-gallery__tab-container {

View File

@ -149,6 +149,7 @@
22vw / 3.5
); //.group-settings is 22vw and we want three rows with some space so divide it by 3.5
margin: auto;
margin-bottom: 1vh;
}
}
}