Skip to content

Commit

Permalink
slate close bottom sticky while scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
catkrahl committed Jan 25, 2018
1 parent 1cb344e commit c433f6e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/UI/templates/default/MainControls/Menu/menu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/UI/templates/default/MainControls/Menu/menu.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/UI/templates/default/MainControls/Menu/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
border-top: 1px solid #eee;
height: 50px;
margin-top: auto;
bottom: 0;
position: sticky;
.iconographic-label {
display: none;
}
Expand All @@ -73,6 +75,7 @@
}
&.engaged {
background-color: #fff;
border: 0;
}
&:active,
&:focus,
Expand Down
2 changes: 1 addition & 1 deletion templates/default/delos.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/default/delos.css.map

Large diffs are not rendered by default.

0 comments on commit c433f6e

Please sign in to comment.