fix: remove scrollbar from smart env input component on firefox (#3362)
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
@apply h-0;
|
||||
}
|
||||
|
||||
.no-scrollbar {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder,
|
||||
.cm-placeholder {
|
||||
|
||||
Reference in New Issue
Block a user