mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-13 07:01:33 -05:00
Disable the Splatfest result banner blur to fix issues in Chrome
This commit is contained in:
parent
a59ca27b87
commit
0b2ea67dac
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user