How can I make the sidebar section enable on load #584
Answered
by
Josh65-2201
Josh65-2201
asked this question in
Q&A
-
I want to have all the panels open when the maps gets opened but right now I have to click them so that the html loads for them. Is there a way to make them load on launch? |
Beta Was this translation helpful? Give feedback.
Answered by
Josh65-2201
Sep 8, 2023
Replies: 1 comment
-
Found how to do this
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Josh65-2201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found how to do this
v-if="previouslyVisible.has('markers')"
&& previouslyVisible.has('players')
.sidebar__buttons {display:none}
to your index.css file