annotate src/DML/MainVisBundle/Resources/assets/page.less @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
rev   line source
Daniel@0 1 // Prevent bounce scroll in chrome
Daniel@0 2 html, body {
Daniel@0 3 height: 100%;
Daniel@0 4 overflow: hidden;
Daniel@0 5 }