Skip to content

Commit

Permalink
use absolute positioning for slide number
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jun 21, 2018
1 parent be87adc commit fd95c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ body {
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
position: fixed;
position: absolute;
display: block;
right: 8px;
bottom: 8px;
Expand Down
2 changes: 1 addition & 1 deletion css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ $controlsArrowAngleActive: 36deg;
*********************************************/

.reveal .slide-number {
position: fixed;
position: absolute;
display: block;
right: 8px;
bottom: 8px;
Expand Down

0 comments on commit fd95c8c

Please sign in to comment.