mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-26 07:55:09 +02:00
use absolute positioning for slide number
This commit is contained in:
@@ -556,7 +556,7 @@ $controlsArrowAngleActive: 36deg;
|
||||
*********************************************/
|
||||
|
||||
.reveal .slide-number {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: 8px;
|
||||
bottom: 8px;
|
||||
|
Reference in New Issue
Block a user