diff options
author | silver-shadow <107355428+silver-shadow@users.noreply.github.com> | 2024-05-05 14:03:37 +0530 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-06 11:25:55 +0100 |
commit | 5d37a5993ceb662e08f8e8217d2c3884a2e83e1e (patch) | |
tree | 7138733392e2cc9d649de0456080144b9d47e043 | |
parent | bd9665121fa0cd43dd9ca588c96a32b0905946ed (diff) | |
download | tour-5d37a5993ceb662e08f8e8217d2c3884a2e83e1e.tar.gz tour-5d37a5993ceb662e08f8e8217d2c3884a2e83e1e.zip |
Add overflow auto to error class
-rw-r--r-- | static/css/pages/lesson.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/pages/lesson.css b/static/css/pages/lesson.css index b2478de..dbf5cfe 100644 --- a/static/css/pages/lesson.css +++ b/static/css/pages/lesson.css @@ -102,6 +102,7 @@ } .error { + overflow: auto; border-color: var(--brand-error); } |