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

fix overview when zoom transition is active (#196)

parent da40cf21
No related branches found
No related tags found
No related merge requests found
...@@ -1013,7 +1013,8 @@ body { ...@@ -1013,7 +1013,8 @@ body {
padding: 20px 0; padding: 20px 0;
max-height: 600px; max-height: 600px;
overflow: hidden; overflow: hidden;
opacity: 1; opacity: 1!important;
visibility: visible!important;
cursor: pointer; cursor: pointer;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment