Skip to content

Commit bb51574

Browse files
fix(frontend): 非ログイン時のサーバー概要画面のメニューボタンが押せないことがあるのを修正 (misskey-dev#15305)
* Set visitor dashboard's menu button z-index to 50 * Update Changelog --------- Co-authored-by: Evan Paterakis <[email protected]>
1 parent dc48c49 commit bb51574

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
- Fix: ワードミュートの保存失敗時にAPIエラーが握りつぶされる事があるのを修正
4242
- Fix: アンケートでリモートの絵文字が正しく描画できない問題の修正
4343
(Cherry-picked from https://github.com/yojo-art/cherrypick/pull/153)
44+
- Fix: 非ログイン時のサーバー概要画面のメニューボタンが押せないことがあるのを修正
45+
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/656)
4446

4547
### Server
4648
- Enhance: pg_bigmが利用できるよう、ノートの検索をILIKE演算子でなくLIKE演算子でLOWER()をかけたテキストに対して行うように

packages/frontend/src/components/MkVisitorDashboard.vue

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ function showMenu(ev: MouseEvent) {
132132
height: 32px;
133133
border-radius: 8px;
134134
font-size: 18px;
135+
z-index: 50;
135136
}
136137

137138
.mainFg {

0 commit comments

Comments
 (0)