Radio Page fixes
Added scrolling back to radio page
This commit is contained in:
parent
507268a563
commit
0c4888fbd6
3 changed files with 6 additions and 4 deletions
|
@ -68,7 +68,9 @@ body {
|
|||
}
|
||||
|
||||
.schedule.current .schedule_content {
|
||||
height: 70%;
|
||||
/*height: 50%;
|
||||
overflow-y: auto;*/
|
||||
max-height: 700px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ html {
|
|||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
overflow-y: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.bck_cover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue