Skip to content

Commit

Permalink
fix left menu titles not appearing when hovering
Browse files Browse the repository at this point in the history
closes #1153
  • Loading branch information
kaligrafy committed Dec 17, 2024
1 parent 33685f8 commit aef876c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions packages/chaire-lib-frontend/src/styles/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
flex: 0 4rem;
min-width: 4rem;
overflow-y: auto;
position: absolute;
}

#tr__dashboard {
Expand Down Expand Up @@ -199,6 +200,7 @@
}

.tr__resizable-split-view {
margin-left: 4rem;
height: 100%;
width: 100%;
display: flex;
Expand Down
9 changes: 0 additions & 9 deletions packages/chaire-lib-frontend/src/styles/_leftMenu.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
.tr__left-menu-container {
width: 100%;
//border: 1px solid red;
margin: 0;
padding: 0;
list-style: none;
//display: relative;
.tr__left-menu-element {
width: 100%;
//border: 1px solid blue;
margin: 0;
padding: 0;
list-style: none;
//display: absolute;
z-index: 20;
button {
color: $text-active-color;
Expand All @@ -27,10 +23,7 @@
overflow: hidden;
max-width: 4rem;
width: 4rem;
//min-width: 4rem;
//top: 0;
height: 4rem;
//left: 0;
padding: 0;
margin: 0;
text-align: left;
Expand All @@ -52,8 +45,6 @@

._icon {
height: 100%;
//width: 100%;
//border: 1px solid red;
}

&:hover {
Expand Down

0 comments on commit aef876c

Please sign in to comment.