Browse Source

fix: mobile toolbar tooltip regression (#2939)

David Luzar 4 years ago
parent
commit
6aa22bada8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/css/styles.scss

+ 2 - 1
src/css/styles.scss

@@ -227,7 +227,8 @@
   .App-top-bar {
     z-index: var(--zIndex-layerUI);
     display: flex;
-    justify-content: center;
+    flex-direction: column;
+    align-items: center;
   }
 
   .App-bottom-bar {