use absolute positioning for slide number

This commit is contained in:
Hakim El Hattab 2018-06-21 10:07:38 +02:00
parent be87adcdf8
commit fd95c8c266
2 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ body {
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
position: fixed;
position: absolute;
display: block;
right: 8px;
bottom: 8px;

View File

@ -556,7 +556,7 @@ $controlsArrowAngleActive: 36deg;
*********************************************/
.reveal .slide-number {
position: fixed;
position: absolute;
display: block;
right: 8px;
bottom: 8px;