Fixing scrollability of enable camera scene page
This commit is contained in:
parent
950c5ace3f
commit
321fc3184a
3 changed files with 8 additions and 4 deletions
|
@ -1222,7 +1222,12 @@ div.action.danger p.action-body{
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
& > div.scrollable {
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue