Created
June 8, 2021 08:22
-
-
Save nguyentuan1696/7d24f453b295503188176d4a41219341 to your computer and use it in GitHub Desktop.
Hide control button google doc in preview mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="height: 480px; position: relative; width: 100%;"> | |
<iframe height="480" src="https://drive.google.com/file/d/14Y_L3F9VFUn-Sk2P_HOjt5f_-MbcpV1o/preview" width="100%"></iframe><br /> | |
<div style="height: 80px; opacity: 0; position: absolute; right: 0px; top: 0px; width: 80px;"> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment