我有一个fiddle,我想设置一个固定的高度,并设置div可滚动,现在的高度是fit-content。
fit-content
想要的结果是有一个固定的高度和所有框内应该是滚动的。所以只有开始日期和结束日期出现,然后如果我向下滚动内,它应该显示当前分配的文本;注意:编辑按钮应该跟随滚动,我怎样才能做到这一点?
szqfcxe21#
将.periods-dates类更改为以下内容:
.periods-dates
.period-dates { margin-right: 1rem; height: 100px; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; overflow-y: scroll; }
1条答案
按热度按时间szqfcxe21#
将
.periods-dates
类更改为以下内容: