add overflow fix for floated elements

This commit is contained in:
Dennis Eichhorn 2020-02-24 20:12:16 +01:00
parent 08a90e83d1
commit 0ba7282fdf
2 changed files with 8 additions and 0 deletions

View File

@ -30,4 +30,8 @@
.h-overflow {
overflow-x: auto;
}
.overflowfix {
overflow: auto;
}

View File

@ -182,6 +182,10 @@ iframe {
.floatRight {
float: right; }
.overflowfix {
overflow: auto;
}
.pAlignTable {
display: table;
width: 100%; }