ipf-overflow
Specifies what happens when the element overflows.
- Format: 
ipf-overflow(OverflowX,OverflowY)OverflowX and OverflowY can be
visible,hidden,scrollorauto. Usingvisiblemeans that the content is visible even if it overflows. Usinghiddenmeans that the content is hidden if it overflows. Usingscrollmeans that scrollbars will always be present, no matter if the content overflows or not. Usingautomeans that scrollbars will be present if the content overflows, but not otherwise. An overflow can occur when a maximum width or height is set for the container.If one of the dimensions is set to
visibleand the other to a value other thanvisible, the dimension set tovisiblebehaves as though it was set toauto. For example,ipf-overflow(visible,hidden)will behave likeipf-overflow(auto,hidden). To ensure a correct behavior in the future, it is recommended to not usevisiblein one dimension in combination with a value other than thevisiblevalue in the other. -  Default parameter values: 
		  
- OverflowX: 
				
visible - OverflowY: 
				
auto 
 - OverflowX: 
				
 - Not inherited