Skip to content

fix(wax): fix excess space, scrollbars and background color

Ben Whitmore requested to merge wax-style-fixes-1281 into main

#1281 (closed)

The wax upgrade introduced some styling changes we need to override. I also noticed an undesired pale grey background colour in the full wax editor, which seems to have been an unintended side effect of styling for Wax editors in form fields some months ago.

  • Removed extra top margin on Wax editors in forms and in the chat, and on chat messages.
  • Changed styling of Wax container to fix sizing/scrolling even if extra margin is present.
  • Removed background colour so it works equally in form fields (with pale grey background) and full wax editor (with white background).

Merge request reports