app/css/app.css in storys-0.0.1 vs app/css/app.css in storys-0.0.2
- old
+ new
@@ -17,9 +17,17 @@
#wrapper {
margin: 0 auto;
padding: 40px;
}
+#wrapper, #wrapper div {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
#page-back, #page-next {
position: fixed;
top: 0;
bottom: 0;
width: 100px;