* Removes previouly added bottom padding from the document. * @private
()
| 11300 | * @private |
| 11301 | */ |
| 11302 | removePaddingToHtml_() { |
| 11303 | this.doc_.getRootElement().style.removeProperty('padding-bottom'); |
| 11304 | } |
| 11305 | |
| 11306 | /** |
| 11307 | * Sets the position of the dialog. Currently only supports 'BOTTOM', with |
no test coverage detected