Fix scroll for all pages
This commit is contained in:
parent
6ce46fd0ca
commit
183202aeb3
17 changed files with 31 additions and 16 deletions
|
|
@ -560,6 +560,7 @@ a.pin-button:active {
|
|||
top: 0;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.modal.fade,
|
||||
|
|
@ -688,8 +689,9 @@ a.pin-button:active {
|
|||
width:100%;
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
bottom: 80px;
|
||||
bottom: 70px;
|
||||
overflow: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.tab-in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue