use absolute positioning for slide number
							parent
							
								
									be87adcdf8
								
							
						
					
					
						commit
						fd95c8c266
					
				|  | @ -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; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Hakim El Hattab
						Hakim El Hattab