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:
parent
3af4f547ed
commit
56ded3e0a9
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
position: relative;
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue