aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.scss')
-rw-r--r--css/reveal.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index 15f0d9a..f3a4888 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -260,6 +260,7 @@ body {
right: 0;
bottom: 0;
left: 0;
+ z-index: 1;
button {
position: absolute;
@@ -360,8 +361,10 @@ body {
@mixin bottom-right-controls() {
& {
+ top: auto;
bottom: $spacing;
right: $spacing;
+ left: auto;
transform: scale(0.85);
transform-origin: 100% 100%;
}