Hello! been searching for a while but can’t seem to match the css classes to achieve this type of border on my Event calendar - did anybody manage to do this before?
anybody got any idea?
Hi @Alex_M
If I understand your requirement correctly, you can try something like this:
.mbsc-timeline-resources {
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
thanks lots! this is perfect