diff options
Diffstat (limited to 'ui/styles/textarea.css')
| -rw-r--r-- | ui/styles/textarea.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index b45a66d..c38de46 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -10,7 +10,7 @@ padding: 0.5rem; border-radius: 0.5rem 0 0 0.5rem; border: 1px solid var(--colour-input-border); - z-index: 1; /* Just to make the focus-active border go over the following button. */ + z-index: 1; /* Just to make the focus-active border go over the following button. */ flex-grow: 1; background-color: var(--colour-input-bg); color: var(--colour-input-text); |
