Merge branch 'questions/ui-fixes' of github.com:yangshun/tech-interview-handbook into questions/ui-fixes

* 'questions/ui-fixes' of github.com:yangshun/tech-interview-handbook:
  [questions][fix] fix badge z-index
pull/514/head
wlren 3 years ago
commit eae1d64c73

@ -185,7 +185,7 @@ export default function BaseQuestionCard({
)} )}
<div className="flex flex-1 flex-col items-start gap-2"> <div className="flex flex-1 flex-col items-start gap-2">
<div className="flex items-baseline justify-between self-stretch"> <div className="flex items-baseline justify-between self-stretch">
<div className="flex items-center gap-2 text-slate-500"> <div className="z-10 flex items-center gap-2 text-slate-500">
{showAggregateStatistics && ( {showAggregateStatistics && (
<> <>
<QuestionTypeBadge type={type} /> <QuestionTypeBadge type={type} />

Loading…
Cancel
Save