Skip to content

Commit

Permalink
#542:Removed white space at the top and bottom of the screen when you…
Browse files Browse the repository at this point in the history
… scroll
  • Loading branch information
DorothyEwuah committed Nov 29, 2023
1 parent 6b54142 commit 130f27b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/src/ui/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.html,body {
margin: 0;
padding: 0;
overflow: hidden;
}

.top40 {
Expand Down Expand Up @@ -47,7 +48,7 @@ p a:hover {
display: flex;
border-radius: 16px;
gap: 16px;
background: "white";
background: white;
border: 1px solid rgba(0,0,0,.15);
min-height: 24px;
}
Expand Down Expand Up @@ -90,14 +91,14 @@ p a:hover {
height: 24px;
margin: 10px;
float: left;
border: 1px solid gray;
border: 1px solid rgb(128, 128, 128); /*replaced deprecated gray with rgb equivalent*/
}

.input-1 {
width: 100%;
height: 30px;
font-size: var(--baseFont);
margin: 8px 0px;
margin: 8px 0;
}

.darkmode .background, .darkmode.background {
Expand Down

0 comments on commit 130f27b

Please # to comment.