Site logo

Archived topic

css problem

3 replies · Started by johnaps on November 15, 2020

Viewing posts 1–4 of 4

Hello, i have used the bellow css for the left-sidebar to become sticky in the sider template that i am using but i doesnt seem to work... i tried finding any parent elements with overflow attribute but didnt find any...

.site-content {
        display: flex;
	overflow: none!important;
    }
.inside-left-sidebar, .inside-right-sidebar {
        height: 100%;
    }
.inside-left-sidebar {
  position: -webkit-sticky;
        position: sticky;
        top: 10px;
}

can you tell me why?
http://thefinterestcom.kinsta.cloud/uncategorized/cinamon-spice/

Hi there,

try removing this part of the CSS:

.inside-left-sidebar, .inside-right-sidebar {
    height: 100%;
}

Thank you!

Glad to be of help

This archived topic is closed to new replies.