File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const Codesplit = (props) => {
47
47
48
48
return (
49
49
< div
50
- className = { `pt-0 ${ props . className } ${ isAnswerVisible ? 'is-answer-visible' : '' } ` }
50
+ className = { `overflow-visible pt-0 ${ props . className } ${ isAnswerVisible ? 'is-answer-visible' : '' } ` }
51
51
>
52
52
< div className = "flex items-start justify-between" >
53
53
< LanguageNameBadge language = { props [ 'data-code-language' ] } />
Original file line number Diff line number Diff line change 1
1
.callout {
2
- @apply clear-both my-4 rounded bg-gray-100 py-4;
2
+ @apply clear-both my-4 overflow-y-auto rounded bg-gray-100 py-4;
3
3
}
4
4
5
5
.callout : not (.codesplit ) {
Original file line number Diff line number Diff line change 1
1
/** codesplit div styles */
2
-
3
- .codesplit {
4
- @apply my-4 rounded bg-gray-100 py-4;
5
- }
6
-
7
2
.snip-above > .codesplit {
8
3
@apply relative rounded-t-none border-t border-dashed border-gray-400;
9
4
}
You can’t perform that action at this time.
0 commit comments