diff --git a/public/css/base_styles.css b/public/css/base_styles.css index 929fe79..60aefcf 100644 --- a/public/css/base_styles.css +++ b/public/css/base_styles.css @@ -10,3 +10,9 @@ #coverLetterSection { display: none; } + +@layer base { + textarea { + resize: auto; + } +} \ No newline at end of file