1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Fix overlaying account button

This commit is contained in:
Kamran Ahmed
2024-05-23 11:17:30 +01:00
parent ba2f989fa8
commit ee8fb3414a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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