Fixed little overlap between the entities' header and the navigator

This commit is contained in:
Fabio Manganiello 2022-11-27 12:56:39 +01:00
parent b5653e070e
commit b1a7a7d915
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 1 deletions

View File

@ -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;