CSS 禁止滑動

建立 modal 時會常常需要將背景的 html 設定為不能滑動,這時可以使用 overflow 設為 hidden

overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;