Here is my fiddle:
https://jsfiddle.net/2msz53n9/
And here is the problem:
* {
margin:0;
padding:0;
overflow:hidden
}
I need to use this for the rest of my site. So I cannot remove it. However, on my fiddle, I want the border to show also on the right, but now because of the above, it doesn't. I would like to have a solution where I can keep the above code, however, if not, I will have to review my whole site and re-do the CSS, I guess. I haven't been able to get the border on the right without removing that wildcard code though. Anyone?