[Glitch] Fix scrollbar styles on compose textarea, small bugs
Port 6a3f08661f
to glitch-soc
This commit is contained in:
committed by
Thibaut Girka
parent
4aa6aba6ee
commit
e900b03e38
@ -147,6 +147,11 @@
|
||||
font-size: 14px;
|
||||
font-family: inherit;
|
||||
resize: none;
|
||||
scrollbar-color: initial;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
&:disabled { background: $ui-secondary-color }
|
||||
&:focus { outline: 0 }
|
||||
|
Reference in New Issue
Block a user