fix(frontend): 非ログイン時のサーバー概要画面のメニューボタンが押せないことがあるのを修正 (#15305)
* Set visitor dashboard's menu button z-index to 50 * Update Changelog --------- Co-authored-by: Evan Paterakis <evan@geopjr.dev>
This commit is contained in:
@@ -132,6 +132,7 @@ function showMenu(ev: MouseEvent) {
|
||||
height: 32px;
|
||||
border-radius: 8px;
|
||||
font-size: 18px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.mainFg {
|
||||
|
Reference in New Issue
Block a user