1 |
|
---|---|
Posted by | CSS Boxes Looking Squished [FIXED] |
katie ๐ (#106445)
Warrior View Forum Posts Posted on 2019-06-19 19:26:36 |
UPDATE 2: I've found a fix! For any other coders having this issue, you need to change your "overflow: auto" on all boxes to "overflow: hidden" and then add this line of code below each box: .Box1:hover {overflow-y: auto;} Make sure to adjust "Box1" to whatever your box is named (Box2, Box3, etc.). The only different this will make is that scrollbars are now only visible once the box is hovered over. UPDATE: I just updated Google Chrome and now the boxes are broken for me as well. So it seems to be an issue with the latest Chrome update specifically. Not sure if it's because of an incompatibility between the update and Lioden, or if it's solely a Chrome issue. What gameplay feature is this bug affecting? Custom Den CSS What's the issue? Please include any error messages you receive and as much detail as possible. For some users, boxes on dens with custom CSS are suddenly looking squished. I have not changed the coding of the CSS at all, and on my screen, the boxes appear totally normal. So far all users with the issue that I've asked are on Windows and using Google Chrome. The weird thing is that I am also on Windows and using Chrome, and boxes are displaying fine for me. I suggested clearing the browser's cache but that has not fixed the issue. Any screenshots you can provide us with? How it looks now: How it looked before the Chrome update: 0 players like this post! Like? Edited on 22/06/19 @ 04:16:12 by katie ๐ฟ๐ฆ [g1 svelte] (#106445) |
|โฆTacattoโฆ| (#14803)
View Forum Posts Posted on 2019-06-20 02:27:15 |
I just rolled over and my boxes broke. They were not broken before rollover. I was actually about to contact Katie, since I bought the CSS from her, when I noticed this. 0 players like this post! Like? |
Kraft (#738)
Aztec Knight View Forum Posts Posted on 2019-06-20 02:32:57 |
If you remove "display:flex" from your container set up the boxes look normal again. Possibly a chrome support issue rather than a Lioden one? It still shows up on caniuse.com but maybe the syntax has changed slightly? 0 players like this post! Like? Edited on 20/06/19 @ 02:43:58 by KRAFT (#738) |
katie ๐ (#106445)
Warrior View Forum Posts Posted on 2019-06-20 02:44:08 |
Katze (#3)
Heavenly View Forum Posts Posted on 2019-06-20 15:41:50 |
Just a heads up that I'm moving this to the HTML Help subforum, as it's not a bug with Lioden. 0 players like this post! Like? |
๐ PyxelPanda [main] (#136265) Heavenly View Forum Posts Posted on 2019-06-21 00:56:31 |
Hmmm, my boxes seem to be completely okay. Perhaps it's only certain types of boxes? Also, @Katie I'm stalking you until you reopen CSS requests :') 0 players like this post! Like? |
|โฆTacattoโฆ| (#14803)
View Forum Posts Posted on 2019-06-21 00:59:51 |
Pyxelpanda- you boxes to me is stretched like how mine are and the example above. 0 players like this post! Like? |
๐ PyxelPanda [main] (#136265) Heavenly View Forum Posts Posted on 2019-06-21 01:01:23 |
๐ PyxelPanda [main] (#136265) Heavenly View Forum Posts Posted on 2019-06-21 01:03:34 |
katie ๐ (#106445)
Warrior View Forum Posts Posted on 2019-06-21 01:06:13 |
With more research it seems to be an issue with flexboxes and scrollbars. Removing the code for scrollbars in the boxes fixes the sizing issue, but breaks scroll boxes. So I still have no idea how to fix it. Plus the fact that even if there was a way to fix it with coding, I'd have to go in and manually fix 100+ codes. Reallllly hoping this gets fixed by Chrome. 0 players like this post! Like? |
|โฆTacattoโฆ| (#14803)
View Forum Posts Posted on 2019-06-21 01:09:50 |
๐ PyxelPanda [main] (#136265) Heavenly View Forum Posts Posted on 2019-06-21 01:10:44 |
Oh no! That sounds really annoying. I hope it gets fixed, too. Too bad Google doesn't have a decent contact system to report the issue ;-; 0 players like this post! Like? |
๐ PyxelPanda [main] (#136265) Heavenly View Forum Posts Posted on 2019-06-21 01:18:52 |
katie ๐ (#106445)
Warrior View Forum Posts Posted on 2019-06-21 01:19:38 |
I read that thread and tried the suggested fixes, but none worked unfortunately. ): 0 players like this post! Like? |
๐ PyxelPanda [main] (#136265) Heavenly View Forum Posts Posted on 2019-06-21 01:20:41 |
katie ๐ (#106445)
Warrior View Forum Posts Posted on 2019-06-22 04:14:21 |
1 |
---|