8 Replies
you know the drill, without code it's impossible to help you
i found out that position absolute alone doesn't help, you need to add a top:0 or some
absolute doesn't change the position without something like top, that's correct
it's also very frequently not the best solution to a problem
?? what do you mean ?
position: absolute, especially for larger elements, is likely to cause responsiveness issues
i want it for the menu that'll come from the side the moment i hit that menu hamburger icon
position absolute simply removed it from the document flow
and allows you to position it how you want
then, you set the position you want
it would be better to set
inset:0
instead of width and height if you want to cover the whole screen