Skip to content

Commit 0e1fd67

Browse files
authored
fix(StoriesLayout): fix clip-path (#373)
1 parent f461a49 commit 0e1fd67

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Stories/Stories.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ $borderRadius: 20px;
1414

1515
&__modal-content {
1616
border-radius: $borderRadius;
17+
clip-path: none;
1718
}
1819
}

src/components/StoriesGroup/StoriesGroup.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ $borderRadius: 20px;
1414
&__modal-content {
1515
background-color: inherit;
1616
border-radius: $borderRadius;
17+
clip-path: none;
1718
}
1819
}

0 commit comments

Comments
 (0)