Skip to content

Fix footer layout (CO-2231) #22

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,9 @@
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* CONTENT LAYOUT */
#comanage-wrapper {
height: 100vh;
}
#main-wrapper {
display: flex;
height: calc(100vh - 112px);
min-height: calc(100vh - 112px);
}
#main {
flex-basis: 100%;
Expand Down