ApiSandbox: Fix sticky value for Webkit
[lhc/web/wiklou.git] / resources / src / mediawiki.special.apisandbox / apisandbox.css
index fe5ac41..d7415c9 100644 (file)
@@ -1,6 +1,6 @@
 .mw-apisandbox-toolbar {
        background: #fff;
-       -webkit-position: sticky;
+       position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin-bottom: -1px;