Disable the Splatfest result banner blur to fix issues in Chrome

This commit is contained in:
Matt Isenhower 2017-11-18 23:09:09 -08:00
parent a59ca27b87
commit 0b2ea67dac

View File

@ -230,7 +230,8 @@ body.has-modal #main {
overflow: hidden;
img {
filter: blur(3px);
// Disabling blur for now since it seems to be broken in Chrome
//filter: blur(3px);
}
}