The overlaping in the navbar resolved
This commit is contained in:
parent
8d3115d878
commit
a4a8116d32
@ -80,7 +80,7 @@ const Header = () => {
|
|||||||
<ContextMenu
|
<ContextMenu
|
||||||
emphasis="high"
|
emphasis="high"
|
||||||
button={t("navbar.library.navTitle")}
|
button={t("navbar.library.navTitle")}
|
||||||
className="border-none uppercase"
|
className="border-none uppercase z-40"
|
||||||
>
|
>
|
||||||
<ContextMenuAction
|
<ContextMenuAction
|
||||||
caption={t("navbar.library.publications")}
|
caption={t("navbar.library.publications")}
|
||||||
@ -112,7 +112,7 @@ const Header = () => {
|
|||||||
<ContextMenu
|
<ContextMenu
|
||||||
emphasis="high"
|
emphasis="high"
|
||||||
button={t("navbar.about.navTitle")}
|
button={t("navbar.about.navTitle")}
|
||||||
className="border-none uppercase"
|
className="border-none uppercase z-40"
|
||||||
>
|
>
|
||||||
<ContextMenuAction
|
<ContextMenuAction
|
||||||
caption={t("navbar.about.aboutProject")}
|
caption={t("navbar.about.aboutProject")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user