mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 16:23:13 +00:00
Fix layout for small iOS devices and allow scroll (#130)
* Fix layout for small iOS devices and allow scroll * Apply new styles in fidelity bond lock page
This commit is contained in:
@ -141,4 +141,11 @@ input[type=number] {
|
||||
.MuiDataGrid-columnHeaders + div {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) {
|
||||
overflow-y: scroll;
|
||||
margin-top: 12px;
|
||||
padding-bottom: 25px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user