We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569b40c commit c328599Copy full SHA for c328599
app/styles/app.scss
@@ -296,8 +296,8 @@ body{
296
297
.no-select {
298
user-select: none;
299
- -webkit-user-select: none; /* Safari */
300
- -moz-user-select: none; /* Firefox */
301
- -ms-user-select: none; /* Internet Explorer/Edge */
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
302
pointer-events: none;
303
}
config/environment.js
@@ -5,7 +5,7 @@ module.exports = function (environment) {
5
modulePrefix: "hackerblocks",
6
podModulePrefix: "hackerblocks/pods",
7
environment,
8
- rootURL: "/",
+ rootURL: "/app",
9
locationType: "auto",
10
"ember-simple-auth-token": {
11
identificationField: "code",
0 commit comments