allowing word selection

This commit is contained in:
Miodec 2023-05-15 17:46:08 +02:00
parent 4e86865783
commit fc809fbf19

View file

@ -303,6 +303,7 @@
position: absolute;
background: var(--sub-color);
color: var(--bg-color);
pointer-events: none;
/* background: red; */
padding: 0.5rem;
/* left: .5rem; */
@ -528,8 +529,6 @@
flex-wrap: wrap;
width: 100%;
align-content: flex-start;
-webkit-user-select: none;
user-select: none;
.word {
position: relative;
margin: 0.18rem 0.6rem 0.15rem 0;
@ -562,6 +561,11 @@
}
}
#resultReplay .words {
user-select: none;
-webkit-user-select: none;
}
.chart {
grid-area: chart;
width: 100%;