Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fix(admin/chat): クラス一覧にスクロールバーをつける
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Jun 3, 2022
1 parent ab3db2e commit 6d88638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/pages/admin/chat/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/pages/admin/chat/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion public/css/pages/admin/chat/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ main {
grid-template-rows: 1fr 48px;
grid-template-columns: 300px 600px 1fr;
gap: 8px;
height: calc(100vh - 32px);
height: calc(100vh - 32px - 2em);
padding: 16px;
margin: auto;
border-radius: 8px;

.list {
// text-align: center;
grid-area: _list;
height: 100%;
overflow-y: auto;

.cls-cont {
display: grid;
Expand Down

0 comments on commit 6d88638

Please sign in to comment.