mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 13:22:38 +02:00
Fix overlaying account button
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user