mirror of
https://github.com/minio/minio.git
synced 2025-12-04 06:35:55 -05:00
fix: dropzone height to fill all screen height (#10547)
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
@media(max-width: @screen-sm-max) {
|
||||
padding: 75px 0 80px;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height:100vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user