mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
apply z position to slide container, rather than individual slides
This commit is contained in:
parent
66d7b6bfae
commit
e0aba9f5ae
3 changed files with 12 additions and 7 deletions
|
|
@ -743,11 +743,10 @@ body {
|
|||
* OVERVIEW
|
||||
*********************************************/
|
||||
|
||||
.reveal.overview .slides {
|
||||
.reveal.overview {
|
||||
perspective-origin: 50% 50%;
|
||||
perspective: 700px;
|
||||
}
|
||||
|
||||
.reveal.overview .slides section {
|
||||
height: 700px;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue