Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide() and show() do not work #50

Closed
mossaiby opened this issue Jul 27, 2021 · 1 comment
Closed

hide() and show() do not work #50

mossaiby opened this issue Jul 27, 2021 · 1 comment

Comments

@mossaiby
Copy link

hide() and show() do not work. The reason is that they add the class hide to the WinBox instance, and the rule .winbox.hide is not defined in CSS. There is a .winbox.wb-hide rule, but it is commented out. Also it would be nice to have an option to create a hidden window that can be shown later.

Thank you!

@ts-thomas
Copy link
Contributor

.winbox.hide {
display: none;
visibility: hidden;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants