I found a solution. I added the Code below in Customizer CSS sheet, but this solution is not responsiv: the nav menu disappears on smaller Displays.
Can sombody support me?
Code:
@media screen and (min-width: 768px) {
.navigation-top {
top: 0;
bottom: auto;
position: fixed;
}
}