Skip to content

Commit ef75c7c

Browse files
committed
fix background on Safari
1 parent 2e42c0e commit ef75c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ a.gitment-editor-logout-link:hover {
282282
top: 0;
283283
bottom: 50px;
284284
pointer-events: none;
285-
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(255, 255, 255, .9));
286-
background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .9));
285+
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
286+
background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
287287
}
288288

289289
.gitment-comment-body-folded::after {

0 commit comments

Comments
 (0)