diff options
-rw-r--r-- | css/reveal.css | 2 | ||||
-rw-r--r-- | css/reveal.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index d937704..9f2089e 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -460,7 +460,7 @@ body { * SLIDE NUMBER *********************************************/ .reveal .slide-number { - position: fixed; + position: absolute; display: block; right: 8px; bottom: 8px; diff --git a/css/reveal.scss b/css/reveal.scss index 80798d3..1fff346 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -556,7 +556,7 @@ $controlsArrowAngleActive: 36deg; *********************************************/ .reveal .slide-number { - position: fixed; + position: absolute; display: block; right: 8px; bottom: 8px; |