fix: z-index-Problem für #flex-action-panel, um sicherzustellen, dass es über anderen Elementen angezeigt wird.

This commit is contained in:
Developer 02
2024-07-25 17:19:49 +02:00
parent 812bf9b25a
commit f8932e14c0
2 changed files with 5 additions and 1 deletions

View File

@@ -220,6 +220,10 @@ footer#page-footer {
text-decoration: underline;
}
#flex-action-panel {
z-index: 1050;
}
/* styles for mobile responsiveness */
@media (max-width: 767px) {
.navbar {