mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #1598 from logto-io/charles-log-3754-code-editor-is-not-editable-on-firefox
fix(console): code editor is not editable issue on firefox
This commit is contained in:
commit
bb1c74e268
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue