Search sidebar: don't scroll heading ('close' stays visible)
This commit is contained in:
parent
f3d5a215ad
commit
0c471ae14d
1 changed files with 2 additions and 1 deletions
|
@ -711,7 +711,6 @@ a.donate {
|
|||
display: none;
|
||||
position: relative;
|
||||
float: left;
|
||||
overflow: auto;
|
||||
border-right: 1px solid $keyline;
|
||||
width: 33.3333%;
|
||||
height: 100%;
|
||||
|
@ -752,6 +751,8 @@ a.donate {
|
|||
#sidebar_content {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
h4 {
|
||||
padding: 0 $lineheight $lineheight/2 $lineheight;
|
||||
|
|
Loading…
Add table
Reference in a new issue