Fix scroll for all pages
This commit is contained in:
parent
6ce46fd0ca
commit
183202aeb3
17 changed files with 31 additions and 16 deletions
|
|
@ -145,6 +145,17 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.content {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
width:100%;
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.logo-setup {
|
||||
text-align: center;
|
||||
margin: 0 0 0.1rem 0;
|
||||
|
|
@ -355,6 +366,7 @@ ul.manage li {
|
|||
.p70l {padding-left: 70px;}
|
||||
.p5h {padding: 0 5px;}
|
||||
.p20h {padding: 0 20px;}
|
||||
.p20v {padding: 20px 0;}
|
||||
.p25l {padding-left: 25px;}
|
||||
.p15 {padding:15px;}
|
||||
.p20 {padding:20px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue