Hi, so I am trying to change style of the first post in a new discussion with:
#content > div > div > div > div > div > div.PostStream-item:nth-child(1) {
backdrop-filter: contrast(0.9);
padding: 15px;
border-radius: 20px;
}
The issue that I am having with this is that when I resize the window of the page I get doubled scroll bar on the side like this:
Any ideas why this is happening and how I could fix this? Thanks