0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(console): code editor content should be editable on firefox

This commit is contained in:
Charles Zhao 2022-07-19 11:44:42 +08:00
parent 3af4f547ed
commit 56ded3e0a9
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -30,6 +30,8 @@
position: relative;
textarea {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: none;