summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/publicshare.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/css/publicshare.css b/css/publicshare.css
index ccacb8ca2..1747a4c65 100644
--- a/css/publicshare.css
+++ b/css/publicshare.css
@@ -14,7 +14,6 @@
position: static;
}
-#content,
#content.full-height {
/* Always full height without header. */
height: calc(100% - 50px);
@@ -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;
@@ -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