mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-18 18:30:14 +02:00
fix floating button zindex
This commit is contained in:
@@ -54,7 +54,7 @@ body {
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
bottom: 30px;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
max-width: 56px;
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user