Posting this here, since its persisting since yesterday. Whenever I go to any of the food trucks, the menu is zoomed in in the same space, so it cuts off. Today when I visited it showed the right size for a second before zooming in...
I have tried restarting my browser Seeing if the page was zoomed in (ctrl -) Doing a hard refresh Maximizing my browser screen
I am running Firefox 30.0 and Windows 7
Is it just the menus? Does this happen for example with any of the maps?
Dexter by ❤
Nope none of the maps currently.
It has happened to me with maps when I have a small window size, but making my window size bigger fixes it, when it doesnt here
i have a screenshot im uploading now
Ok that is weird I will put in a report.
Dexter by ❤
thank you :)
as of this edit its still doing it the last time i looked at one of the menus though it stayed the right size for like 10 seconds then became zoomed in like the example on my first post
This is happening to me as well in both Firefox and Chrome. Only the menus. p:
The menus stay the correct size when the page first loads, and then after a second or two, they enlarge themselves.
The combined width of the menus and the space where the food appears to the right of them is greater than the width of any of the regular maps, so the menus get messed up more easily.
Moving the food down below the menus would probably help, but I can't find a good way to do that with custom CSS alone.
[edit]
/* Prevents foodtruck menus from being cut off /
div[style="pekaboo_chalkboard"]{
min-width:374px;
min-height:499px;
}
{display:block;}
Does this help anyone?

That fixed it for me! Thank you so much. C:
I can't seem to recreate it... How small is your window?
My resolution is 1920 x 1080, and the menus start to get cut off when the window is just a little wider than half my screen's width, which is where it usually is when I browse Subeta.
[edit]
- See 's question above

My resolution is 1600 x 900 and the menus always cuts off, even on fullscreen
Yess the custom CSS did the trick! Thank you!
That worked for me too, . Thanks again!
[center]"You can't wait until life isn't hard anymore before you decide to be happy."
xe/they/she
This was also a problem for me on a Macbook with the latest Google Chrome and whatever resolution it has on a 13" screen. Fullscreening didn't fix it, but , thank you for fixing it! :)
I was having this problem last night on my iPad mini. I couldn't see any of the VIP foods to purchase them.
Ah, that makes sense. It seems to collapse the page at lower resolutions. Really appreciate the CustomCSS above - that will definitely do the trick in fixing it for those that are using smaller windows. However, I would also recommend playing Subeta with a resolution at the minimum of 1024. We program everything to support that as a minimum.