We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450540f commit b165205Copy full SHA for b165205
1 file changed
packages/panorama-types/types/css.d.ts
@@ -527,7 +527,7 @@ interface VCSSStyleDeclaration {
527
* overflow: squish squish; // squishes contents in horizontal and vertical directions
528
* overflow: squish scroll; // scrolls contents in the Y direction
529
*/
530
- overflow: 'squish' | 'clip' | 'scroll' | null;
+ overflow: 'squish' | 'clip' | 'scroll' | 'squish squish' | 'squish clip ' | 'squish scroll' | 'clip clip' | 'clip squish' | 'clip scroll' | 'scroll scroll' | 'scroll squish' | 'scroll clip' | null;
531
532
padding: string | null;
533
paddingBottom: string | null;
0 commit comments