Settings entry: fix overflow cut-off
Fixes #334, a regression from the mobile UI changes
This commit is contained in:
parent
3fecb53915
commit
5b6f0327c6
1 changed files with 5 additions and 2 deletions
|
@ -8864,8 +8864,11 @@ footer {
|
|||
.settings-entry {
|
||||
margin-bottom: 42px;
|
||||
max-width: 700px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
@include phone {
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
&--stretched {
|
||||
max-width: none;
|
||||
|
|
Loading…
Reference in a new issue