Skip to content

Commit

Permalink
ncp-web: fix scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Apr 4, 2018
1 parent e559f74 commit fb2ad5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ncp-web/activate/CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,12 @@ hr { border: solid 1px white; }
#ncp-pwd,#nc-pwd{ width:30em; }

img { vertical-align: middle; }

.info {
text-shadow: 0 0 2px rgba(0, 0, 0, .4);
font-size: 80%;
}

.info a {
font-weight: 600;
}
5 changes: 3 additions & 2 deletions ncp-web/ncp.css
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,7 @@ select {
left:0;
right:0;
bottom:0;
width: 80% !important;
margin: auto !important;
padding: 0px 24px;
background-color:#fff;
overflow-x:hidden !important;
z-index:1000
Expand Down Expand Up @@ -1047,6 +1046,8 @@ select {

.table-wrapper table {
width: 100%;
max-width: 450px;
margin: 0 auto;
}

.table-wrapper input[type='text'] {
Expand Down

0 comments on commit fb2ad5d

Please sign in to comment.