Skip to content

Center status display per flexbox in web export

Created by: leonkrause

I used CSS tables for centering to support IE9, but although IE9 supports canvas, it doesn't support WebGL. Support begins with IE11, so we can just use flexbox.

Also hide the status' overlapping container, fixing:

  • mouse button press events not arriving in canvas
  • context menu opening with right click on canvas

Merge request reports