Kaynağa Gözat

fix pause/help overlay position in scroll mode (closes #3542)

Hakim El Hattab 1 yıl önce
ebeveyn
işleme
993b8f302a
2 değiştirilmiş dosya ile 7 ekleme ve 2 silme
  1. 7 2
      css/reveal.scss
  2. 0 0
      dist/reveal.css

+ 7 - 2
css/reveal.scss

@@ -1445,7 +1445,8 @@ $overlayHeaderPadding: 5px;
 	width: 100%;
 	height: 100%;
 	z-index: 1000;
-	background: rgba( 0, 0, 0, 0.9 );
+	background: rgba( 0, 0, 0, 0.95 );
+	backdrop-filter: blur( 6px );
 	transition: all 0.3s ease;
 }
 
@@ -1589,7 +1590,6 @@ $overlayHeaderPadding: 5px;
 		padding-bottom: 20px;
 	}
 
-
 /*********************************************
  * PLAYBACK COMPONENT
  *********************************************/
@@ -1901,6 +1901,11 @@ $notesWidthPercent: 25%;
 		display: none !important;
 	}
 
+	.overlay,
+	.pause-overlay {
+		position: fixed;
+	}
+
 	.reveal {
 		overflow: visible;
 		touch-action: manipulation;

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/reveal.css


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor