From c7ab7c6d8739c7d39fe2a3c4b3b4156ce947bbb0 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 1 Oct 2017 22:58:09 +0200
Subject: [PATCH] Style update for Safari support

---
 scipost/static/scipost/assets/css/_pool.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scipost/static/scipost/assets/css/_pool.scss b/scipost/static/scipost/assets/css/_pool.scss
index 5a59e0df5..dea95e0ce 100644
--- a/scipost/static/scipost/assets/css/_pool.scss
+++ b/scipost/static/scipost/assets/css/_pool.scss
@@ -23,6 +23,10 @@ $pool-flex-width: calc(100% - 40px);
 
     .card.submission-detail {
         position: sticky;
+        position: -webkit-sticky;
+        position: -moz-sticky;
+        position: -ms-sticky;
+        position: -o-sticky;
         top: 15px;
     }
 
-- 
GitLab