diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-05-07 22:43:33 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-05-07 22:43:33 -0400 |
commit | 4031a21ea8b4b22e12a36f29351f7cc45c9d982b (patch) | |
tree | 7ab99d1edd846b4fd34d8623097c074d500691ba /css | |
parent | 1013ff7ba5d191fe36e9bd4cca07e6fef2d065e6 (diff) | |
download | perl-software-in-gnu-guix-4031a21ea8b4b22e12a36f29351f7cc45c9d982b.tar perl-software-in-gnu-guix-4031a21ea8b4b22e12a36f29351f7cc45c9d982b.tar.gz |
fix controls z-index in ff
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index e89f7ca..3701f2b 100644 --- a/css/main.css +++ b/css/main.css @@ -264,6 +264,7 @@ html { position: fixed; width: 100px; height: 100px; + z-index: 30; right: 0; bottom: 0; |