Skip to content

Commit

Permalink
Merge pull request #121 from SasanLabs/UI_Handling
Browse files Browse the repository at this point in the history
Fixing 2 scroll issue
  • Loading branch information
preetkaran20 authored Apr 25, 2020
2 parents 37742be + 8dc81ee commit c5b6fa0
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/main/resources/static/vulnerableApp.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
body, html {
display: flex;
flex-flow: column;
height: 100%;
overflow: auto;
overflow-y: auto;
}

/** Navigation bar properties **/
.navbar {
display: flex;
min-height: 15%;
height: 15%;
align-items: center;
}
Expand Down Expand Up @@ -50,11 +53,6 @@ div.navbar-item-menu a {
display: flex;
flex-direction: column;
text-align: center;
overflow-y: auto;
}

.homeContainer {
min-height: 85%;
}

.aboutContainer {
Expand Down Expand Up @@ -112,7 +110,6 @@ div.navbar-item-menu a {
padding: 25px;
border: none;
box-sizing: border-box;
height: 100%;
}

.hidden-md {
Expand Down Expand Up @@ -166,7 +163,6 @@ div.navbar-item-menu a {
position: absolute;
z-index: 11;
color: black;
height: 100%;
}

#vulnerabilityDescription {
Expand Down Expand Up @@ -217,8 +213,7 @@ div.navbar-item-menu a {

#pageContainer {
background: burlywood;
overflow-y: auto;
height: 100%;
flex: 1;
}

#contribution {
Expand Down

0 comments on commit c5b6fa0

Please sign in to comment.