Skip to content

Commit

Permalink
www/css- x-msg-pane- hide scrollbar on short channels
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Apr 17, 2022
1 parent a48f6c7 commit c1101c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/chat/css/style.min.css
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ x-uonline-user span:nth-child(2) { color: #465253; }

x-messages { background-color: #00232c; color: #586e75; display: flex; flex-direction: column; padding: 1em 0; padding-right: 0; justify-content: flex-end; overflow-y: hidden; font-family: 'Courier New', 'Courier', monospace; }

x-msg-pane { display: block; overflow-y: scroll; }
x-msg-pane { display: block; overflow-y: auto; }

x-msg-pane > fieldset { border-width: 0; border-top-width: inherit; border-color: #586e75; padding: 0; }

Expand Down
2 changes: 1 addition & 1 deletion www/chat/css/x/x-messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ x-messages {

x-msg-pane {
display: block;
overflow-y: scroll;
overflow-y: auto;

>fieldset {
border-width: 0;
Expand Down

0 comments on commit c1101c4

Please sign in to comment.