Browse Source

style: avoid flash of viewport

Gerald 6 years ago
parent
commit
c0557f4b9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/ui/style/style.css

+ 1 - 0
src/common/ui/style/style.css

@@ -9,6 +9,7 @@ html {
 }
 
 body {
+  overflow: hidden; // avoid flash of viewport caused by tooltip
   font-size: 1rem;
   background: white;
   color: black;