diff options
Diffstat (limited to 'p/themes/Swage/swage.css')
| -rw-r--r-- | p/themes/Swage/swage.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index 24a3ccbed..a861bca5c 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -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 { |
