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

pull/1331/head
Audric Ackermann 5 years ago
parent c34edee180
commit f682cbd9d0
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

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

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

Loading…
Cancel
Save