Stop the browser scrollbars from appearing when dragging sortable entries.

master
Pacman Ghost 6 years ago
parent f8010636b5
commit 12d40f256a
  1. 2
      vasl_templates/webapp/static/css/main.css

@ -1,6 +1,6 @@
* { margin: 0 ; padding: 0 }
html { height: 100% ; }
body { height: 100% ; }
body { height: 100% ; overflow: hidden ; }
/* -------------------------------------------------------------------- */

Loading…
Cancel
Save