GraphQL Explorer - Make text selectable (#2954)

Co-authored-by: Kim S. Ly <lykims@users.noreply.github.com>
This commit is contained in:
Kim S. Ly 2020-12-17 14:57:58 -05:00 committed by GitHub
parent c46a7c4c4c
commit e54f4e0324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
background: var(--color-bg);
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.4);
color: var(--color-font);
user-select: text;
.markdown-preview__content *:first-child {
margin-top: var(--padding-sm);