Skip to content

Commit 281a5a5

Browse files
authored
Merge pull request #8380 from wazuh/bug/70-theme-fix-dropdown-menu-3.8
[3.8] Fixed the dropdown menu at the top bar
2 parents c2c787e + 74643d2 commit 281a5a5

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

source/_themes/wazuh_doc_theme_v3/src/scss/components/_navbar-menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ header {
101101
.dropdown-menu {
102102
min-width: 100%;
103103
padding: 15px;
104-
margin-top: 20px;
104+
margin-top: 0;
105105
border: 1px solid;
106106
border-radius: 10px;
107107
position: absolute;
108-
top: 20px!important;
108+
top: -4px!important;
109109
&::before {
110110
position: absolute;
111111
top: -9px;

source/_themes/wazuh_doc_theme_v3/src/scss/parts/_header.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ header {
131131
padding-left: 8px;
132132
padding-right: 2px;
133133
}
134+
@include media-min (xl) {
135+
padding: 24px 10px;
136+
}
134137
}
135138
}
136139
}

source/_themes/wazuh_doc_theme_v3/static/css/min/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/_themes/wazuh_doc_theme_v3/static/css/min/not-found.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/_themes/wazuh_doc_theme_v3/static/css/min/search-results.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/_themes/wazuh_doc_theme_v3/static/css/min/wazuh-documentation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)