body {
overflow-y: scroll;
}
that will get rid of the annoying shift I get whenever I roll over the 'menu2' items because i have a wide screen monitor and the menu gets slightly cut off so it has to add a scroll bar.
overflow-y: scroll;
}
that will get rid of the annoying shift I get whenever I roll over the 'menu2' items because i have a wide screen monitor and the menu gets slightly cut off so it has to add a scroll bar.