Skip to content

Commit 9318bf2

Browse files
committed
fixed #1363
1 parent 6be9b3f commit 9318bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Molecules/Blocks/CountryCard/country-card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
@include transition(all 0.5s cubic-bezier(0.64,0.05,0.35,1.05));
124124
@include transitiondelay(0.3s);
125125

126-
bottom: 0;
126+
// bottom: 0;
127127
box-shadow: 0 1px 0 1px $color-white;
128128
box-sizing: border-box;
129129
opacity: 0;

0 commit comments

Comments
 (0)