fix sidebar on mobile: remove scroll-bar

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-19 09:47:04 -03:00
commit ce02b4538c
2 changed files with 3 additions and 11 deletions

View file

@ -1249,7 +1249,8 @@ label.postfix, a.postfix {
.home input[type=text],
.home input[type=tel],
.home input[type=password],
.import-profile input[type=password] {
.import-profile input[type=password],
.import-profile textarea {
padding-left: 45px;
}