Skip to content

Commit

Permalink
ad drop shadows under sub-menus
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-peugnet committed Aug 30, 2023
1 parent b967fb2 commit aa48c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/back.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ aside .submenu {
max-height: 85%;
overflow-y: auto;
z-index: 10000;
box-shadow: 0px 14px 14px #24242430;
}

aside #save-workspace {
Expand All @@ -82,7 +83,6 @@ aside #save-workspace {
main section {
display: flex;
flex-direction: column;
overflow: hidden;
}

main nav {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ label.toogle {

aside .submenu {
left: 0;
}
}

.bar {
flex-direction: column;
Expand Down

0 comments on commit aa48c3f

Please sign in to comment.