Я не уверен, почему это было проблемой, но мне пришлось установить свойство min-height
для класса topbar
.
.topbar {
border-radius: 0px;
border-bottom: 1px lightgrey solid;
margin-bottom: 0px;
background-color: white;
max-width: calc(80%-1px);
min-height: 60px;
height: 60px;
max-height: 60px;
text-align: right;
display: flex;
}