Jump to content

little bug regarding tags in the topic list (scrolling)

givingtnt
Go to solution Solved by colonel_mortis,

This has already been fixed in my local build, and will be released here in the next update.

yeah so there is a little bug causing the tags to require scrolling for some reason. 

removing the "overflow x : hidden" here seems to fix the problem

before

.ipsTag_prefixWrapper {
    overflow-x: hidden;
    display: inline-block;
    vertical-align: top;
}

 

fix

.ipsTag_prefixWrapper {
    /* overflow-x: hidden; */
    display: inline-block;
    vertical-align: top;
}



but its still up on top, not at the bottom like when there are 2 tags



lttbug.png

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×