disable selecting (outside of editor and terminal)

This commit is contained in:
David Lechner
2021-01-18 17:29:03 -06:00
parent 43cc1bce1c
commit fc6ee4ff78
+5
View File
@@ -12,6 +12,7 @@
body {
// no scrolling of the page
overflow: hidden;
user-select: none;
}
// Utility classes
@@ -39,6 +40,10 @@ body {
// global style tweaks
.#{$ns}-dialog {
user-select: none;
}
.#{$ns}-form-group > .#{$ns}-label {
font-weight: bolder;
}