This code is used for pages opened in iframes to precisely adjust the parent iframe height.
When using vh units inside an iframe, element heights will always equal the viewport height of the iframe.
| /** | |
| ************************************* | |
| * Core Helpers | |
| * | |
| * @package: https://github.com/xizon/boot-helpers | |
| * @version: 0.1.7 | |
| * @last update: May 25, 2023 | |
| * @author: UIUX Lab <uiuxlab@gmail.com> | |
| * @license: MIT |