mirror of https://github.com/docker/docs.git
Merge pull request #12342 from aayushmau5/iframe-fix
Fix iframe mobile view
This commit is contained in:
commit
ea66efc566
|
|
@ -77,6 +77,9 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
iframe {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Portrait */
|
/* Portrait */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue