mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 20:59:28 +00:00
6 lines
130 B
CSS
6 lines
130 B
CSS
/* for removing horizontal scrollbar when form is embedded as i frame */
|
|
#uhstat1Container {
|
|
overflow-x:hidden;
|
|
height: 100%;
|
|
}
|