diff --git a/src/style.css b/src/style.css index 41ecf30..c616f47 100644 --- a/src/style.css +++ b/src/style.css @@ -198,6 +198,7 @@ body { font-weight: 400; word-break: break-all; white-space: break-spaces !important; + user-select: text; } .v-problem-secTitle { @@ -225,6 +226,12 @@ body { box-shadow: 0 1px 2px rgba(0, 0, 0, .2); cursor: pointer; transition: all .2s; + user-select: text; +} + +.v-choose-box:hover { + border-color: #83b7e5; + background-color: #eeeeee; } .v-choose-box.chosen {