Merge pull request 'The overlaping in the navbar resolved' (#176) from fix/navbar-overlap into develop
Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/176
This commit is contained in:
commit
5d28da2f0a
@ -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