0.4.2-devel #34

Merged
fred.boniface merged 21 commits from 0.4.2-devel into online 2022-10-05 21:09:38 +01:00
Showing only changes of commit e866d8ec78 - Show all commits

View File

@ -138,14 +138,14 @@ body {
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: sticky;
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
position: sticky;
background-color: #7fa7e6;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);