Remove chat's pointless scrollbar when there are no messages

このコミットが含まれているのは:
n9k 2022-02-20 03:41:54 +00:00
コミット 3cc1f633cf
1個のファイルの変更3行の追加7行の削除

ファイルの表示

@ -36,7 +36,6 @@
z-index: 1;
position: absolute;
top: 0.5rem;
right: 0.5rem;
width: calc(100% - 1rem);
visibility: hidden;
animation: appear 0s {{ timeout }}s forwards;
@ -45,7 +44,9 @@
font-size: 20pt;
}
#chat-timeout-dismiss {
animation: padding 0s {{ timeout }}s forwards;
position: absolute;
bottom: 2px;
width: calc(100% - 1rem);
}
#chat-timeout-dismiss > .button {
visibility: hidden;
@ -76,11 +77,6 @@
border: 4px outset #3584e4;
}
}
@keyframes padding {
to {
padding: 4px 0 2px 0;
}
}
#chat-messages {
list-style: none;