Skip to content

Commit

Permalink
fix(sidebar): prevent translation to the top when overlay opened (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jun 12, 2019
1 parent ed780dd commit 993c325
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,11 @@

.layout-container {

nb-sidebar.fixed {
top: nb-theme(header-height);
nb-sidebar {
&.fixed,
.main-container-fixed {
top: nb-theme(header-height);
}
}

.content {
Expand Down

0 comments on commit 993c325

Please sign in to comment.