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 ce6df8562a - Show all commits

View File

@ -118,7 +118,7 @@ body {
/* START MENU STYLE */
/* Dropdown Button */
/* Menu Button */
.dropbtn {
position: fixed;
top: 0;
@ -132,14 +132,13 @@ body {
cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background-color: #0280e5;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
position: sticky;
display: inline-block;
}