Skip to content

Commit

Permalink
fix: update floating menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 5, 2021
1 parent 908c9cb commit 9568769
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/lib/modules/menu/floating-menu/floating-menu.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
*,
*::before,
*::after {
box-sizing: border-box;
}

:host {
position: absolute;
z-index: 20;
Expand All @@ -7,8 +13,7 @@
background-color: #000;
color: white;
display: flex;
height: 1.85rem;
padding: 0.2rem 0.3rem;
padding: 0.3rem;
visibility: hidden;
}

Expand Down Expand Up @@ -52,6 +57,5 @@

.NgxFloatingMenu__Seperator {
border-left: 1px solid white;
height: 100%;
margin: 0 5px;
}

0 comments on commit 9568769

Please sign in to comment.