Show tooltips on collapsed sidebar
This commit is contained in:
parent
d0f045eb86
commit
f989190ed4
2 changed files with 5 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
|
||||
.nav-sidebar {
|
||||
margin-top: 20px;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 45px;
|
||||
width: 52px;
|
||||
|
||||
|
|
|
@ -17,3 +17,7 @@
|
|||
= yield
|
||||
|
||||
= yield :embedded_scripts
|
||||
|
||||
:coffeescript
|
||||
$('.page-sidebar-collapsed .nav-sidebar a').tooltip placement: "right"
|
||||
|
||||
|
|
Loading…
Reference in a new issue