those who use google chrome on a wide screen: are my side links on my accessabiliy page https://solaria.neocities.org/template on the side or at the top of the page?
i use firefox on my laptop and it show how i want it to, but im not sure why chrom isnt when my other pages on chrome look fine. wondering if its just an issue on my end
it's on the top. It looks like it is because of the scrollbar width isn't taken into account when using the vw unit in Chrome. You can change your aside width to calc(23vw - 6px) (or on the main) and it works in Chrome
im using chrome rn at work and for some reason i cant get the links to be on the side?
i use firefox on my laptop and it show how i want it to, but im not sure why chrom isnt when my other pages on chrome look fine. wondering if its just an issue on my end
it's on the top. It looks like it is because of the scrollbar width isn't taken into account when using the vw unit in Chrome. You can change your aside width to calc(23vw - 6px) (or on the main) and it works in Chrome
@fr11s that was it! thank you so much