Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sidebar multiple#6863

AnsweredbyHiws
dsultanr asked this question inQ&A
Dec 7, 2021· 1 comments· 2 replies
Discussion options

Is it possible to have a multiple sidebars like this?

image

You must be logged in to vote
Answered by HiwsDec 7, 2021

Doesn't you screenshot literally show that it's possible? 🤔

Replies: 1 comment 2 replies

Comment options

Hiws
Dec 7, 2021
Maintainer

Doesn't you screenshot literally show that it's possible? 🤔

You must be logged in to vote
2 replies
@dsultanr
Comment options

I made it work by "hacking" the DOM directly. Is it possible to create a multiple sidebar slots and fine-tune their z-index and width attributes?

Googled a while and unfortunatelly couldn't find any examples of multiple sidebars...

@Hiws
Comment options

HiwsDec 9, 2021
Maintainer

<b-sidebar> has both awidth andz-index prop, so you can use those.

<b-sidebarz-index="2000"width="400px">Sidebar 1</b-sidebar><b-sidebarz-index="2001">Sidebar 2</b-sidebar>

also, by default AFAIK, if you don't define az-index, then the sidebar opened last will be on top.

Answer selected bydsultanr
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@dsultanr@Hiws

[8]ページ先頭

©2009-2025 Movatter.jp