Added overflow

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:57:49 +01:00
parent b7fbef1cd8
commit 4ef39cbd6c
2 changed files with 7 additions and 0 deletions

View File

@ -26,4 +26,8 @@
.vCenterTable {
display: table-cell;
vertical-align: middle;
}
.h-overflow {
overflow-x: auto;
}

View File

@ -246,6 +246,9 @@ article {
display: table-cell;
vertical-align: middle; }
.h-overflow {
overflow-x: auto; }
.hidden {
display: none; }