繁体   English   中英

我想在构建器和构建器中的x轴和y轴上创建一个可滚动的div

[英]I want to make a scrollable div on x-axis and y-axis in a builder and in that builder

下面是我想要制作此滚动功能的页面的屏幕截图,因此在此屏幕截图中我想为蓝线内的div的给定段落创建此功能

页面截图

改变线

<div id="xyz">

to

<div id="xyz" style="overflow-y: scroll;">

or you can write in your css or style tag in head as 

#xyz
    {
       overflow-y:scroll;
    }

This is working for me.

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM