Vertical Divider Thickness / Environment Column Overflow Y

オープン
#1,512 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
css
領域
frontend

調査の方向性

まず .environment__column-contents ルールを見つけ、overflow-y: scroll の動作がエディターと出力のレイアウトにどのような影響を与えるかを確認します。この宣言を削除した場合のレイアウトとスクロールの使用感を比較し、太い区切り線とカラムのオーバーフローが、スクロールにリグレッションを生じさせることなく解消されるか確認します。

索引モデルが issue の本文から書いたものです。

説明

While looking at the component resizing PR, I noticed the space between the editor column and output is separated by a thick light gray area. I believe this is attributed to the overflow-y: scroll on the environment__column-contents rule. Taking it away seems to make the layout feel a bit cleaner and doesn't seem to make much of a difference in the scrolling experience as far as I can tell. Is there a reason for this rules existence that I am missing?

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    **overflow-y: scroll;**
}```

主要言語
JavaScript
スター
191
フォーク
143
平均マージ
4日 11時間
マージ済み PR(30日)
5

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

popcodeorg/popcode のほかの issue

popcodeorg/popcode の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。