Skip to content

Commit

Permalink
style(TextArea): fix scrollbar borders (#1571)
Browse files Browse the repository at this point in the history
Co-authored-by: Mr.Dr.Professor Patrick <[email protected]>
  • Loading branch information
ArturAbdullin and korvin89 authored May 7, 2024
1 parent aeda6fe commit c7b0888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/controls/TextArea/TextArea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ $block: '.#{variables.$ns}text-area';
outline: 2px solid var(--g-text-area-focus-outline-color, var(--_--focus-outline-color));
outline-offset: -1px;
}

overflow: hidden;
}

&__control {
Expand Down

0 comments on commit c7b0888

Please sign in to comment.