Skip to content

Commit b165205

Browse files
authored
chore(css): add two types of attribute values for overflow (#38)
1 parent 450540f commit b165205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/panorama-types/types/css.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ interface VCSSStyleDeclaration {
527527
* overflow: squish squish; // squishes contents in horizontal and vertical directions
528528
* overflow: squish scroll; // scrolls contents in the Y direction
529529
*/
530-
overflow: 'squish' | 'clip' | 'scroll' | null;
530+
overflow: 'squish' | 'clip' | 'scroll' | 'squish squish' | 'squish clip ' | 'squish scroll' | 'clip clip' | 'clip squish' | 'clip scroll' | 'scroll scroll' | 'scroll squish' | 'scroll clip' | null;
531531

532532
padding: string | null;
533533
paddingBottom: string | null;

0 commit comments

Comments
 (0)