Removed the possibility to select a bar

pull/3/head
Maik de Kruif 5 years ago
parent 9cbc499db2
commit 9078539114
  1. 5
      assets/styles/styles.css

@ -330,8 +330,13 @@ body {
z-index: -1;
}
.content > header > .container {
user-select: none;
}
.content > header > .container > .text {
display: inline-block;
user-select: text;
}
.content > header > .container > .text > .container {

Loading…
Cancel
Save