1 2 3 4 5 6 7 8 9 10 11 12 13
<html> <head> <style> .c3::before { position: fixed; overflow-x: hidden; } </style> </head> <body> <optgroup class='c3'></optgroup> </body> </html>