스크롤바 보이도록 설정

lecture.css 537line

#player {width:100%; height:100%; overflow:hidden; padding-top:120px; position:relative;}
▼
#player {width:100%; height:100%; padding-top:120px; position:relative;}
This commit is contained in:
lch 2021-07-09 05:29:02 +00:00
parent 93455939a2
commit 955a30c238
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@
#player {width:100%; height:100%; overflow:hidden; padding-top:120px; position:relative;}
#player {width:100%; height:100%; padding-top:120px; position:relative;}
.plyTop {position:fixed; top:0; left:0; right:0; height:60px; background:#0068b7; padding-right:70px; z-index:10;}
.plyTop h1 {height:60px; line-height:60px; padding-left:30px; color:#fff; font-size:16pt; font-weight:400;}
.plyTop a {display:block; width:30px; height:30px; text-indent:-9999px; position:absolute; right:30px; top:50%; margin-top:-15px; background:url("../../img/player/player_close.png")no-repeat center center; background-size:30px auto;}