mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 08:53:38 +08:00
incorrect position: relative
This commit is contained in:
parent
ed5896c511
commit
1d59a0f815
|
@ -46,13 +46,13 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.nav-stacked {
|
||||
position: relative;
|
||||
@extend %nav;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background: dark-light-diff($primary, $secondary, 90%, -75%);
|
||||
> li {
|
||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 80%, -60%);
|
||||
position: relative;
|
||||
&:last-of-type {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user