common.css 123 B

123456789
  1. .widget {
  2. position: relative;
  3. }
  4. .widget, .widget canvas {
  5. width: 100%;
  6. height: 100%;
  7. touch-action: none;
  8. }