diff --git a/src/ui/scss/component/_file-render.scss b/src/ui/scss/component/_file-render.scss index 093db5e93..78917de16 100644 --- a/src/ui/scss/component/_file-render.scss +++ b/src/ui/scss/component/_file-render.scss @@ -3,7 +3,7 @@ left: 0; bottom: 0; right: 0; - + z-index: 1; overflow: hidden; position: absolute; diff --git a/src/ui/scss/component/_header.scss b/src/ui/scss/component/_header.scss index fd362e75c..c19154bea 100644 --- a/src/ui/scss/component/_header.scss +++ b/src/ui/scss/component/_header.scss @@ -6,7 +6,7 @@ background-color: $lbry-white; display: flex; justify-content: space-between; - z-index: 1; + z-index: 2; html[data-mode='dark'] & { background-color: rgba($lbry-black, 0.9);