誰かが私のコンテンツを作成する方法を教えてもらえますか
`#content-text`
コンテンツが収まらない場合にy軸スクロールを表示します。現在、body 要素内の hidden タグの後に続きます。ありがとう!
body,html{
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
padding: 0;
margin: 0;
border: 0;
z-index: 100;
font-size: 100%;
}
#content-bg {
padding: 2em;
background-color: #362720;
position: absolute;
width: 33%;
right: 3.3%;
bottom: 6.4em;
cursor: default;
opacity: .7;
z-index: 3;
min-height: 20%;
overflow:auto !important;
overflow-style:auto !important;
}
#content-text {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #FFF;
z-index: 4;
font-weight: lighter;
overflow:auto !important;
overflow-style:auto !important;
}