From ba2b5b1d1d98a9696b21b0cc6c5f58ce812b8413 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 27 Apr 2013 16:41:00 -0400 Subject: Fix tab bar to bottom --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index fc2481a..d14665d 100644 --- a/style.css +++ b/style.css @@ -3,4 +3,12 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb #character-select .caption { color: #000; +} + + +footer { + position: fixed; + bottom: 0; + width: 100%; + z-index: 1000; } \ No newline at end of file -- cgit v1.2.3