This commit is contained in:
Niek van der Maas 2023-03-22 22:28:43 +01:00
parent b701c7e74b
commit e16b052d86
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ a.is-disabled {
/* Style the chat input */ /* Style the chat input */
.chat-input { .chat-input {
overflow-y:hidden; overflow-y: hidden;
resize: vertical; resize: vertical;
} }
@ -98,7 +98,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
} }
/* Support for copy code button */ /* Support for copy code button */
.code-block>button { .code-block > button {
position: absolute; position: absolute;
top: 0.5rem; top: 0.5rem;
right: 0.5rem; right: 0.5rem;