prevent iframes from offsetting presentation
This commit is contained in:
parent
1c8a6e47a6
commit
a4852c7cb2
3 changed files with 25 additions and 0 deletions
|
@ -275,6 +275,7 @@ body {
|
|||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none; }
|
||||
|
||||
|
|
|
@ -352,6 +352,7 @@ body {
|
|||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue