You've already forked AstralRinth
forked from didirus/AstralRinth
fix: markdown editor scroll issues with max-height (#5031)
* add markdown editor stories to show scrolling bug * add story * update story content * fix markdown editor scroll * fix space * lint
This commit is contained in:
@@ -67,15 +67,6 @@ textarea,
|
||||
border: none;
|
||||
outline: none;
|
||||
|
||||
&:focus,
|
||||
&:focus-visible {
|
||||
box-shadow:
|
||||
inset 0 0 0 transparent,
|
||||
0 0 0 0.25rem var(--color-brand-shadow);
|
||||
color: var(--color-contrast);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:disabled,
|
||||
&[disabled] {
|
||||
opacity: 0.6;
|
||||
|
||||
Reference in New Issue
Block a user