Skip to content
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
11 changes: 6 additions & 5 deletions css/publicshare.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
position: static;
}

#content,
#content.full-height {
/* Always full height without header. */
height: calc(100% - 50px);
Expand All @@ -33,16 +32,14 @@
min-height: 0;
padding-top: 0;

/* Does not change anything in normal mode, but ensures that the element
* will stretch to the full width in full screen mode. */
width: 100%;

/* Override margin used in server, as the header is part of the flex layout
* and thus the content does not need to be pushed down. */
margin-top: 0;
}

#app-content {
position: relative;

display: flex;
flex-direction: column;
overflow-y: auto;
Expand All @@ -57,6 +54,10 @@
flex-grow: 1;
}

#content footer {
position: relative;
}

#content footer p a {
/* The server sets an height to the footer of 65px, but its contents are
* slightly larger, which causes a scroll bar to be added to the content
Expand Down