mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 08:18:40 +00:00
add overflow fix for floated elements
This commit is contained in:
parent
08a90e83d1
commit
0ba7282fdf
|
|
@ -31,3 +31,7 @@
|
||||||
.h-overflow {
|
.h-overflow {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflowfix {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
@ -182,6 +182,10 @@ iframe {
|
||||||
.floatRight {
|
.floatRight {
|
||||||
float: right; }
|
float: right; }
|
||||||
|
|
||||||
|
.overflowfix {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.pAlignTable {
|
.pAlignTable {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user