Skip to content
Snippets Groups Projects
Commit 66d7b6bf authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

firefox support for #1088

parent 99d92362
Branches
Tags
No related merge requests found
......@@ -669,6 +669,10 @@ body {
background: none;
overflow: visible; }
.reveal.overview .backgrounds {
-webkit-perspective: inherit;
perspective: inherit; }
.reveal.overview .backgrounds .slide-background {
opacity: 1;
visibility: visible; }
......@@ -738,7 +742,7 @@ body {
/*********************************************
* PER-SLIDE BACKGROUNDS
*********************************************/
.reveal > .backgrounds {
.reveal .backgrounds {
position: absolute;
width: 100%;
height: 100%;
......
......@@ -785,7 +785,9 @@ body {
overflow: visible;
}
.reveal.overview .backgrounds {
perspective: inherit;
}
.reveal.overview .backgrounds .slide-background {
opacity: 1;
visibility: visible;
......@@ -867,7 +869,7 @@ body {
* PER-SLIDE BACKGROUNDS
*********************************************/
.reveal>.backgrounds {
.reveal .backgrounds {
position: absolute;
width: 100%;
height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment