fix: z-index-Problem für #flex-action-panel, um sicherzustellen, dass es über anderen Elementen angezeigt wird.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user