簡體   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