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:
Ana María Martínez Gómez 2019-03-26 13:40:38 +01:00
parent d80690d24b
commit 6926990fea
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347

View file

@ -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;