diff --git a/src/index.scss b/src/index.scss index d447317d..a7ad1e20 100644 --- a/src/index.scss +++ b/src/index.scss @@ -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; }