toulouse(-metropole): allow cells to overflow (#39574)

This commit is contained in:
Frédéric Péters 2020-02-05 16:12:25 +01:00
parent f388b14d4f
commit 30d75d4a13
2 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,10 @@ $header-height: 164px;
$nav-width: 156px;
$intro-height: calc(100vh - 150px);
.gru-content div.cell {
overflow: visible;
}
a:hover {
text-decoration: underline;
}

View File

@ -4,6 +4,10 @@ $header-height: 62px;
$nav-width: 150px;
$intro-height: calc(100vh - 200px);
.gru-content div.cell {
overflow: visible;
}
a:hover {
text-decoration: underline;
}