Skip to content
Snippets Groups Projects
Unverified Commit bb515747 authored by かっこかり's avatar かっこかり Committed by GitHub
Browse files

fix(frontend): 非ログイン時のサーバー概要画面のメニューボタンが押せないことがあるのを修正 (#15305)


* Set visitor dashboard's menu button z-index to 50

* Update Changelog

---------

Co-authored-by: default avatarEvan Paterakis <evan@geopjr.dev>
parent dc48c49f
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@
- Fix: ワードミュートの保存失敗時にAPIエラーが握りつぶされる事があるのを修正
- Fix: アンケートでリモートの絵文字が正しく描画できない問題の修正
(Cherry-picked from https://github.com/yojo-art/cherrypick/pull/153)
- Fix: 非ログイン時のサーバー概要画面のメニューボタンが押せないことがあるのを修正
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/656)
### Server
- Enhance: pg_bigmが利用できるよう、ノートの検索をILIKE演算子でなくLIKE演算子でLOWER()をかけたテキストに対して行うように
......
......@@ -132,6 +132,7 @@ function showMenu(ev: MouseEvent) {
height: 32px;
border-radius: 8px;
font-size: 18px;
z-index: 50;
}
.mainFg {
......
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