fix sidebar on mobile: remove scroll-bar
This commit is contained in:
parent
61b5af8dfa
commit
ce02b4538c
2 changed files with 3 additions and 11 deletions
|
|
@ -1249,7 +1249,8 @@ label.postfix, a.postfix {
|
||||||
.home input[type=text],
|
.home input[type=text],
|
||||||
.home input[type=tel],
|
.home input[type=tel],
|
||||||
.home input[type=password],
|
.home input[type=password],
|
||||||
.import-profile input[type=password] {
|
.import-profile input[type=password],
|
||||||
|
.import-profile textarea {
|
||||||
padding-left: 45px;
|
padding-left: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,14 +75,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 110%;
|
line-height: 110%;
|
||||||
padding: 0 0.45rem;
|
padding: 0 0.45rem;
|
||||||
/*
|
|
||||||
padding: 0.45rem;
|
|
||||||
line-height: 110%;
|
|
||||||
background-color: #213140;
|
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
|
||||||
top: 0;
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header .photo-container {
|
header .photo-container {
|
||||||
|
|
@ -101,8 +93,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 45px;
|
top: 45px;
|
||||||
bottom: 65px;
|
bottom: 65px;
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.col2 {
|
.col2 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue