Skip to content
Snippets Groups Projects
Commit 722796f0 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #64072: fix toggle_menu in banner

parent 77a4b226
Branches
Tags
2 merge requests!2334Master,!2327Dev#64072 pike
Pipeline #2375 passed with stage
in 21 minutes and 11 seconds
......@@ -122,7 +122,7 @@
#site_web_wrapper[data-show_admin_icons="true"] .configuration_module {
z-index: 101;
z-index: 99;
display: block !important;
position: absolute;
right: 10px;
......@@ -139,7 +139,7 @@
#site_web_wrapper a[href*="/admin"] {
z-index: 101;
z-index: 99;
background-color: transparent !important;
margin: 0 !important;
border: 2px solid transparent !important;
......
......@@ -8,7 +8,6 @@
text-align: center;
transition-duration: .5s;
transition-property: all;
width: 100%;
z-index: 101;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment