Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
851c7d93
Verified
Commit
851c7d93
authored
Nov 21, 2018
by
Sébastiaan Versteeg
Browse files
Make footer stick to bottom
parent
c72ccb53
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/static/css/base.scss
View file @
851c7d93
html
{
position
:
relative
;
min-height
:
100%
;
}
body
{
margin-bottom
:
80px
;
}
#accentbar
{
position
:
-
webkit-sticky
;
position
:
sticky
;
...
...
@@ -192,12 +201,16 @@
}
footer
{
position
:
absolute
;
background
:
$preset
;
overflow
:
hidden
;
font-size
:
14px
;
color
:
$white
;
padding
:
25px
0
;
margin
:
0
;
bottom
:
0
;
width
:
100%
;
height
:
80px
;
.divider
{
margin-left
:
.7rem
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment