html {
  height: 100%;
}

body {
  position: fixed;
  width: 100%;
  margin: 0;
  font-family: 'Helvetica';
  background-color: '#000';
  color: #fff;
  overflow: hidden;
  height: 100%;
}

#app {
  height: 100%;
}

.title-editing {
  background-color: grey;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently

                                  supported by Chrome and Opera */
}

.noScrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.noScrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
