Fix overlaying account button

pull/5722/head
Kamran Ahmed 6 months ago
parent ba2f989fa8
commit ee8fb3414a
  1. 2
      src/components/GenerateRoadmap/RoadmapTopicDetail.tsx
  2. 2
      src/components/TopicDetail/TopicDetail.tsx

@ -124,7 +124,7 @@ export function RoadmapTopicDetail(props: RoadmapTopicDetailProps) {
const openAIKey = getOpenAIKey(); const openAIKey = getOpenAIKey();
return ( return (
<div className={'relative z-50'}> <div className={'relative z-[90]'}>
<div <div
ref={topicRef} ref={topicRef}
tabIndex={0} tabIndex={0}

@ -218,7 +218,7 @@ export function TopicDetail(props: TopicDetailProps) {
'https://thenewstack.io/devops/?utm_source=roadmap.sh&utm_medium=Referral&utm_campaign=Topic'; 'https://thenewstack.io/devops/?utm_source=roadmap.sh&utm_medium=Referral&utm_campaign=Topic';
return ( return (
<div className={'relative z-50'}> <div className={'relative z-[90]'}>
<div <div
ref={topicRef} ref={topicRef}
tabIndex={0} tabIndex={0}

Loading…
Cancel
Save