Skip to content
Snippets Groups Projects
Commit fd95c8c2 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

use absolute positioning for slide number

parent be87adcd
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ body {
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
position: fixed;
position: absolute;
display: block;
right: 8px;
bottom: 8px;
......
......@@ -556,7 +556,7 @@ $controlsArrowAngleActive: 36deg;
*********************************************/
.reveal .slide-number {
position: fixed;
position: absolute;
display: block;
right: 8px;
bottom: 8px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment