Fix user-select
This commit is contained in:
parent
da2c5bc03b
commit
99894a7ceb
1 changed files with 2 additions and 3 deletions
|
|
@ -76,6 +76,8 @@ header > h1 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
h1,
|
||||
code,
|
||||
p,
|
||||
p * {
|
||||
user-select: text;
|
||||
|
|
@ -281,12 +283,9 @@ textarea {
|
|||
#merged {
|
||||
width: 100%;
|
||||
user-select: text;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
> * {
|
||||
position: relative;
|
||||
display: block;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue