0
Fork 0
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:
Charles Zhao 2022-07-19 11:57:38 +08:00 committed by GitHub
commit bb1c74e268
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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