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