Skip to content

Commit 568720d

Browse files
Fixed profile hover overlap with loading bar 1060-vue3 (#506)
• Added css to fix the hover • Defect: https://jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=745588
1 parent 4d201c9 commit 568720d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Global/LoadingBar.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ const hideLoadingBar = () => {
7575

7676
<style lang="scss" scoped>
7777
.progress {
78-
position: absolute;
78+
position: relative;
79+
top:0px;
7980
left: 0;
8081
right: 0;
8182
bottom: -0.4rem;

0 commit comments

Comments
 (0)