From f667b26b6bbf3df841d6efcfb2af874bc3fe34ab Mon Sep 17 00:00:00 2001 From: Andreas Skomski Date: Tue, 17 Sep 2024 20:55:21 +0200 Subject: [PATCH] sass: fix deprecated build warning (#863) --- src/sass/partials/_video_preview.scss | 2 +- src/sass/welcome.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/partials/_video_preview.scss b/src/sass/partials/_video_preview.scss index 1c277e007..914423f70 100644 --- a/src/sass/partials/_video_preview.scss +++ b/src/sass/partials/_video_preview.scss @@ -7,6 +7,7 @@ position: absolute; height: 100%; width: 100%; + z-index: 0; &.fill { object-fit: fill; } @@ -28,7 +29,6 @@ &.flip-vertical { transform: translate(-50%, -50%) rotate($previewRotation) scaleY(-1); } - z-index: 0; } #picture--frame, diff --git a/src/sass/welcome.scss b/src/sass/welcome.scss index 757cd9417..b61e73ead 100644 --- a/src/sass/welcome.scss +++ b/src/sass/welcome.scss @@ -8,13 +8,13 @@ html, body { background-color: $panelColor; + overflow-y: auto; p { font-size: 1.2em; } h3 { font-size: 1.3em; } - overflow-y: auto; } .welcome {