Fixes #2379.
@@ -904,7 +904,8 @@ padding: 12px;
#new-article {
width: 100%;
-bottom: initial;
+position: sticky;
+top: 0;
}
.header {
@@ -948,6 +949,7 @@ padding: 0;
.aside:target {
width: 78%;
+z-index: 1000;
.nav_menu {
@@ -1002,10 +1002,10 @@ form {
.dropdown-header, .dropdown-menu > .item {
padding: 12px;
-
- bottom: initial;
+ position: sticky;
+ top: 0;
display: table;
@@ -1045,6 +1045,7 @@ form {
&:target {
+ z-index: 1000;