Browse Source

fix: help-icon now visible on Safari (#3939)

David Luzar 3 years ago
parent
commit
8c9786e026
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/css/styles.scss

+ 6 - 1
src/css/styles.scss

@@ -443,11 +443,16 @@
     display: flex;
     cursor: pointer;
     fill: $oc-gray-6;
-    width: 1.5rem;
     padding: 0;
     margin: 0;
     background: none;
     color: var(--icon-fill-color);
+
+    svg {
+      width: 1.5rem;
+      height: 1.5rem;
+    }
+
     &:hover {
       background: none;
     }