diff --git a/packages/common/styles.js b/packages/common/styles.js
index f67b64bef7aff6894c7db002a0ffc4f5a0c041c1..f0fb64cf0df1e0ca6e3e710e654176de3d9b0fd7 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -1481,7 +1481,7 @@ export function getTabulatorStyles() {
             background-color: var(--dbp-content);
             -webkit-mask-repeat: no-repeat;
             mask-repeat: no-repeat;
-            -webkit-mask-position: center -2px;
+            -webkit-mask-position: center center;
             mask-position: center center;
             margin: 0 0 0 4px;
             padding: 0 0 0.25% 0;