Browse Source

fix(ui): page title input background for the whiteboard

charlie 1 year ago
parent
commit
c9c9fd8fed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/components/whiteboard.css

+ 1 - 0
src/main/frontend/components/whiteboard.css

@@ -188,6 +188,7 @@ input.tl-text-input {
     border: none;
     box-shadow: none;
     padding: 0;
+    background-color: transparent;
   }
 }