styles.scss 258 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 html, body { height: 100% !important; width: 100% !important; } .blur { filter: blur(10px); -webkit-filter: blur(10px); } .disable-user-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }