Skip to content

Commit

Permalink
Merge pull request #3023 from hLinx/hotfix_3.8.x
Browse files Browse the repository at this point in the history
Hotfix 3.8.x
  • Loading branch information
hLinx authored Jun 3, 2024
2 parents a09a345 + d871b62 commit 3b4fb14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/frontend/src/components/site-frame/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
}

.jb-navigation-side {
position: relative;
transition: none;
}

Expand Down Expand Up @@ -283,7 +284,9 @@
}

.jb-navigation-side {
position: relative;
position: absolute;
bottom: 0;
left: 0;
z-index: 2000;
display: flex;
float: left;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
if (params.id < 1) {
delete params.id;
}
if (params.allScopeh) {
if (params.allScope) {
params.scopeList = [];
} else {
params.scopeList = this.scopeValue.map((scopeLocalKey) => {
Expand Down

0 comments on commit 3b4fb14

Please sign in to comment.