Skip to content

Commit

Permalink
geosolutions-it#9683: resolve review comments
Browse files Browse the repository at this point in the history
Description:
- edit navbar.less files to fix going language selector behind body panel
- remove unused z-index in dashboard.less
  • Loading branch information
mahmoudadel54 committed Nov 20, 2023
1 parent b0bad21 commit e8d7303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/client/themes/default/less/dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#mapstore-navbar-container {
margin-bottom: 0;
z-index: 100;
}

.ms2-border-layout-content {
Expand Down
2 changes: 1 addition & 1 deletion web/client/themes/default/less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ol {

#mapstore-navbar-container {
height: @square-btn-size;

z-index: 1032;
.nav {
&.pull-left {
display: flex;
Expand Down

0 comments on commit e8d7303

Please sign in to comment.