Skip to content

Commit 04019fd

Browse files
committed
Correct ordering in CSS
1 parent 59d5e73 commit 04019fd

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.6.2
2+
## 17-03-2019
3+
4+
1. [](#bugfix)
5+
- Correct ordering in CSS
6+
17
# v1.6.1
28
## 16-03-2019
39

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Presentation
2-
version: 1.6.1
2+
version: 1.6.2
33
description: Responsive navigational slideshows with Reveal.js
44
icon: arrows-alt
55
author:

css/presentation.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/presentation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ $breakpoints: (
5454
/* Structure */
5555
.reveal.overview {
5656
.slides {
57-
z-index: -1;
5857
section {
5958
@include maximizeSize(true, true);
6059

@@ -66,6 +65,7 @@ $breakpoints: (
6665
}
6766

6867
.reveal:not(.overview) {
68+
z-index: -1;
6969
@include media("<extrasmall") {
7070
font-size: 16px;
7171
}

0 commit comments

Comments
 (0)