Skip to content
Snippets Groups Projects
Commit 7957b31a authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Hide KB at page load

parent d6403001
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,9 @@ class VPUKnowledgeBaseWebPageElementView extends VPULitElement {
return html`
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<style>
.kb {
display: none;
}
</style>
<img src='${this.eyeOpen}' @click="${this.toggle}" alt="open/close">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment