aboutsummaryrefslogtreecommitdiffstats
path: root/scss/_browser.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_browser.scss')
-rw-r--r--scss/_browser.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss
index 58ce465..9845ff3 100644
--- a/scss/_browser.scss
+++ b/scss/_browser.scss
@@ -50,6 +50,7 @@
flex: 0 0 3.2em;
justify-content: space-between;
background: $gray-bright;
+ z-index: 1000;
> span:first-of-type {
flex: 1 0 auto;
@@ -64,6 +65,8 @@
flex: 1 1 auto;
overflow: auto;
padding: 1em 2em;
+
+ position: relative;
}
}
@@ -76,3 +79,10 @@
}
}
}
+
+.content {
+ img, video {
+ max-width: 100%;
+ max-height: 100%;
+ }
+}