Fix landing left sidebar border.
This commit is contained in:
parent
1ec6023fa2
commit
b3ce032197
|
@ -47,7 +47,7 @@
|
||||||
#landing-left-sidebar {
|
#landing-left-sidebar {
|
||||||
width: @landing-left-sidebar-width;
|
width: @landing-left-sidebar-width;
|
||||||
background: @landing-left-sidebar-background;
|
background: @landing-left-sidebar-background;
|
||||||
border: @landing-left-sidebar-border-width solid @landing-left-sidebar-border;
|
border-right: @landing-left-sidebar-border-width solid @landing-left-sidebar-border;
|
||||||
|
|
||||||
& > .uk-sticky {
|
& > .uk-sticky {
|
||||||
height: @landing-sidebar-height;
|
height: @landing-sidebar-height;
|
||||||
|
|
Loading…
Reference in New Issue