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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
code,
|
||||||
p,
|
p,
|
||||||
p * {
|
p * {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
|
@ -281,12 +283,9 @@ textarea {
|
||||||
#merged {
|
#merged {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue