mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 01:15:06 +01:00
fix overview rendering issues in latest chrome #1649
This commit is contained in:
parent
fa70a7a517
commit
1cee8998a0
3 changed files with 15 additions and 10 deletions
|
|
@ -1101,6 +1101,10 @@ body {
|
|||
outline: 10px solid rgba(150,150,150,0.1);
|
||||
outline-offset: 10px;
|
||||
}
|
||||
|
||||
.backgrounds .slide-background.stack {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
// Disable transitions transitions while we're activating
|
||||
|
|
@ -1115,10 +1119,6 @@ body {
|
|||
transition: none;
|
||||
}
|
||||
|
||||
.reveal.overview-animated .slides {
|
||||
transition: transform 0.4s ease;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* RTL SUPPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue