mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): adjust textarea scrollbar position (#5275)
This commit is contained in:
parent
54b3ff2620
commit
8ec4efe1b9
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
resize: none;
|
||||
padding: 0;
|
||||
|
||||
// Leave space for scrollbar by setting `box-sizing` and `padding-right`
|
||||
box-sizing: content-box;
|
||||
padding-right: 10px;
|
||||
|
||||
&::placeholder {
|
||||
color: var(--color-placeholder);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue