diff --git a/src/index.scss b/src/index.scss index a7ad1e20..3fe4babf 100644 --- a/src/index.scss +++ b/src/index.scss @@ -40,7 +40,11 @@ body { // global style tweaks -.#{$ns}-dialog { +.#{$ns}-toast { + user-select: text; +} + +.#{$ns}-button { user-select: none; }