mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix scrolling on mobile when in landscape
This commit is contained in:
parent
446f8c9502
commit
14e5d0e097
|
|
@ -16,24 +16,17 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.mat-sidenav-container {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mat-sidenav-content {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.radio-bezel {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
height: inherit;
|
||||
max-width: 640px;
|
||||
overflow: hidden;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue