Home >Web Front-end >JS Tutorial >Artdialog's picture/title and solution to the problem that the close button is not displayed_javascript skills
The image, title, and close button of artdialog are not displayed due to the inclusion of "div{ overflow:hidden; }" in other css style files;
As shown below:
Solution: Add a line at the top of the artdialog style file: div{ overflow:visible; }
Final effect: