mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Fix z-index issues.
This commit is contained in:
@@ -208,26 +208,20 @@ a {
|
||||
}
|
||||
|
||||
.header {
|
||||
z-index: $layer-front;
|
||||
padding: 15px 10px 0;
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
.time-travel-wrapper {
|
||||
position: relative;
|
||||
z-index: $layer-front;
|
||||
}
|
||||
|
||||
.selectors {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
> * {
|
||||
z-index: $layer-front;
|
||||
flex: 1 1;
|
||||
}
|
||||
|
||||
.time-control { z-index: $layer-modal; }
|
||||
|
||||
.logo {
|
||||
margin: -16px 0 0 8px;
|
||||
height: 64px;
|
||||
|
||||
Reference in New Issue
Block a user