apprentice-team-3 / team-weekly-report

Team Weekly Reportのリポジトリです。
0 stars 0 forks source link

7件目以上をスクロールで表示させる方法 #299

Open YNSTakeru opened 5 months ago

YNSTakeru commented 5 months ago
   & .child__task__container {
        display: flex;
        gap: 20px;
        flex-direction: column;
        width: 100%;
        // 最大量を超えたらスクロールバーを表示
        height: 29vh;
        overflow-y: scroll;
        scrollbar-width: none;

over-flow-yを設定して表示