mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 05:59:03 +08:00
FIX: Reduce spread to make it work on Safari.
This commit is contained in:
parent
c4e3ab21dd
commit
6ad66ee138
@ -171,7 +171,7 @@ body {
|
||||
height: 80px;
|
||||
top: -18px !important;
|
||||
right: -18px !important;
|
||||
box-shadow: 0 0 0 9999px rgba($primary, 0.85);
|
||||
box-shadow: 0 0 0 2000px rgba($primary, 0.85);
|
||||
border-radius: 100%;
|
||||
z-index: 1040;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user