montpellier: allow overflows

This commit is contained in:
Frédéric Péters 2020-02-14 17:15:02 +01:00
parent e95ffa34bc
commit ad25f178c3
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
/* general stuff */
div.a2-continue,
div#services > ul > li,
div.a2-block,
.gru-content div.cell,
div.block {
overflow: visible;
}
a {
transition: color 200ms ease-out;
}