mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
(Retrofit from trunk) N°1138 Portal: Scrollbar appeared sometimes in navigation menu when on the last brick.
SVN:2.4[5098]
This commit is contained in:
@@ -2744,6 +2744,10 @@ textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-
|
||||
/* To mask border from previous li item */
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8) inset;
|
||||
}
|
||||
.navbar-nav > li:last-child.active > a {
|
||||
margin-top: 0px;
|
||||
/* Overflow hack */
|
||||
}
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 11px;
|
||||
padding-bottom: 11px;
|
||||
|
||||
@@ -3470,10 +3470,13 @@ select[multiple].input-group-sm>.input-group-btn>.btn {
|
||||
border-right-width: 20px;
|
||||
border-right-color: $body-bg;
|
||||
}
|
||||
.navbar-nav>li.active>a{
|
||||
margin-top: -1px; /* To mask border from previous li item */
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8) inset;
|
||||
}
|
||||
.navbar-nav>li.active>a{
|
||||
margin-top: -1px; /* To mask border from previous li item */
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8) inset;
|
||||
}
|
||||
.navbar-nav>li:last-child.active>a{
|
||||
margin-top: 0px; /* Overflow hack */
|
||||
}
|
||||
.navbar-nav>li>a {
|
||||
padding-top: 11px;
|
||||
padding-bottom: 11px;
|
||||
|
||||
Reference in New Issue
Block a user