forked from platypush/platypush
Fixed little overlap between the entities' header and the navigator
This commit is contained in:
parent
b5653e070e
commit
b1a7a7d915
1 changed files with 2 additions and 1 deletions
|
@ -339,10 +339,11 @@ export default {
|
|||
}
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
width: calc(100% - 2px);
|
||||
height: $selector-height;
|
||||
display: flex;
|
||||
background: $default-bg-2;
|
||||
margin-left: 2px;
|
||||
box-shadow: $border-shadow-bottom;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in a new issue