Skip to content

Commit

Permalink
feat(vertical-navbar): new default styles for vertical-navbar (#52) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Margar1ta authored and pimenovoleg committed Jul 15, 2019
1 parent 01b9e7b commit 1f6b85f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 0 additions & 6 deletions packages/mosaic-dev/vertical-navbar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ body {
top: 50px;
}

mc-vertical-navbar {
height: 100%;
position: fixed;
left: 0;
top: 0;
}

.user-menu {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
@import 'vertical-navbar-theme';

.mc-vertical-navbar {

position: relative;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 100;
display: flex;
flex-direction: column;
align-items: flex-start;
Expand Down

0 comments on commit 1f6b85f

Please sign in to comment.