corrected username check and dropdown size, see #57
This commit is contained in:
		| @@ -437,3 +437,8 @@ div { | ||||
| .beforetext { | ||||
| 	margin-right: 8px; | ||||
| } | ||||
|  | ||||
| .visibledropdown { | ||||
| 	max-height: 80vh; | ||||
| 	overflow: auto; | ||||
| } | ||||
|   | ||||
| @@ -38,7 +38,7 @@ | ||||
| 				<li class="nav-item"><a class="btn btn-icon-silent menufont" th:href="@{/verein}">Verein</a></li> | ||||
| 				<li class="nav-item dropdown"><a class="nav-link dropdown-toggle btn-icon-silent menufont" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||||
| 						Tagebuch </a> | ||||
| 					<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||||
| 					<ul class="dropdown-menu visibledropdown" aria-labelledby="navbarDropdown"> | ||||
| 						<li><a class="dropdown-item menufont" th:href="@{/reports/olfenostern2023}">Osterfreizeit 2023 in Olfen</a></li> | ||||
| 						<li><hr class="dropdown-divider"></li> | ||||
| 						<li><a class="dropdown-item menufont" th:href="@{/reports/olfen2020}">Herbstfreizeit 2020 in Olfen</a></li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user