Make Aside sit on top of New Articles Popup (#2416)

Fixes #2379.
pull/2421/head
Patrick 5 years ago committed by Frans de Jonge
parent 1a14860040
commit 6cc73d03c3
  1. 4
      p/themes/Swage/swage.css
  2. 5
      p/themes/Swage/swage.scss

@ -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;
}
#new-article {
width: 100%;
bottom: initial;
position: sticky;
top: 0;
}
.header {
display: table;
@ -1045,6 +1045,7 @@ form {
}
&:target {
width: 78%;
z-index: 1000;
}
}
.nav_menu {

Loading…
Cancel
Save