1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-20 21:41:25 +02:00

collapse control element size when corner aligned

This commit is contained in:
Hakim El Hattab
2016-04-29 10:26:44 +02:00
parent a9fcaa6f9e
commit 4fb8e78eb4
3 changed files with 10 additions and 2 deletions

View File

@@ -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%;
}