Help needed with my HTML/CSS website - it won't scroll, but zoom out works. I've tried overflow-x and y without success. Any suggestions? Thanks in advance for your assistance.
<html>
<body>
<head>
<style>
body {
background-color: #101010;
background-image: url("file:///Users/20175040/Desktop/gabeeg/gabeegwebdesign.jpg");
background-repeat: no-repeat;
background-position: left top;
overflow-y: scroll;
overflow-x: scroll;
}
/* More CSS styles here */