Skip to content
Snippets Groups Projects
Commit 6697002b authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix slider monitor flickering on safari

parent 24ffa168
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
.slider {
width: 100%;
transform: translateZ(0); /* Fixes flickering in Safari */
}
.list-monitor {
......
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