mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Breadcumb no longer blocks the logout button.
Not sure why the top bar is blocking the logout button. This patch allows the user to see and click the logout button.
This commit is contained in:
@@ -286,6 +286,10 @@ input[name=logout]:hover {
|
||||
color:red;
|
||||
}
|
||||
|
||||
.logout {
|
||||
z-index:3;
|
||||
}
|
||||
|
||||
.js .column {
|
||||
background:#ecf0f1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user