Skip to content

Commit bc95895

Browse files
committed
feat: prevent problem copy
1 parent 9484bfe commit bc95895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/components/full-screen-problem-view/template.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="col-md-6 col-12 px-xl-5 px-4 position-relative h-100 overflow-y-auto bg-white">
1+
<div class="col-md-6 col-12 px-xl-5 px-4 position-relative h-100 overflow-y-auto bg-white" style="user-select: none;">
22
<div class="row no-gutters pt-4">
33
<div class="col-6 word-wrap">
44
<div class="font-mds">Problem</div>

0 commit comments

Comments
 (0)