fix: adjusts styles to allow error bg to fill textarea
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
|
||||
.textarea-outer {
|
||||
@include formInput();
|
||||
display: block;
|
||||
display: flex;
|
||||
resize: vertical;
|
||||
height: auto;
|
||||
min-height: base(3);
|
||||
height: 100%;
|
||||
|
||||
// Scrollbar for giant content
|
||||
max-height: 90vh;
|
||||
max-height: calc(100vh - $top-header-offset - calc(#{base(5)}));
|
||||
overflow: auto;
|
||||
|
||||
@include mid-break {
|
||||
|
||||
Reference in New Issue
Block a user