1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Trelloのボードを縦スクロールに変えてみた

Last updated at Posted at 2019-09-20

記事の訂正
同じ目的なら、こちらのchrome拡張を使うべきです
List Layouts for Trello


Stylus というchrome拡張機能を使って、Trelloのボードを縦スクロールに変えてみました。

trello.png

リストの高さが画面全部必要じゃない場合には、こちらの方が見通しが良い気がします。

Stylusで上書きしたCSSはこんな感じです。

#board {
    overflow-y: scroll;
}
.list-wrapper {
    height: 49%;
    margin-bottom: 1%;
    float: left;
}
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?