mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 17:47:54 +08:00
Sets the height of the media library correctly
Sets the height of the media library container to the height of the content (with padding)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.zone-content, #content, #main, #layout-content, #layout-main {
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
min-height: 400px;
|
||||
margin-bottom: 0;
|
||||
|
Reference in New Issue
Block a user