Fixes U4-3280 Logout button isn't actually clickable - except at it's bottom part
This commit is contained in:
@@ -776,3 +776,8 @@ legend + .control-group {
|
||||
padding-left: @horizontalComponentOffset;
|
||||
}
|
||||
}
|
||||
//make sure buttons are always on top
|
||||
.umb-panel-buttons .umb-btn-toolbar .btn {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user