以下の内容はhttps://blog.systemjp.net/entry/2019/10/23/155527より取得しました。


html/cssでスクロールバー付きのボックスを表示する

overflow-x: scroll;で横スクロール、
overflow-y: scroll;で縦スクロールを指定。
width/heightでのサイズ指定も必要だよ

div.example1 {
width: 200px;
height: 100px;
white-space: nowrap;
overflow-x: scroll;
}

div.example2 {
width: 200px;
height: 100px;
overflow-y: scroll;
}



以上の内容はhttps://blog.systemjp.net/entry/2019/10/23/155527より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14