Fix overlay of carousel controls
Events on the last column where not clickable because the carousel controls where render on top. Make them narrower to solve it. This bug was a side effect of using a carousel for rendering the schedule. There are strong arguments to think this is not the best design and a better solution is being discussed: https://github.com/openSUSE/osem/issues/2421 Fixes https://github.com/openSUSE/osem/issues/2434 Co-authored-by: @sncarnera
This commit is contained in:
parent
d80690d24b
commit
6926990fea
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
#schedule-content .carousel-control{
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px){
|
||||
#schedule-content .carousel-control{
|
||||
width: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
.room-name{
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue