Skip to content

Commit

Permalink
change css in response to #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin W. Portner committed Mar 3, 2021
1 parent f742c85 commit a5844e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
#cy {
width: 100%;
height: 700px;
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
}

#controls{
position: absolute;
left: 60px;
top: 5px;
font-family: arial, helvetica, sans-serif;
z-index: 99999;
}

.popper-div {
Expand All @@ -12,6 +23,7 @@
padding: 5px 10px;
font-size: 13px;
border-radius: 4px;
z-index: 99999;
}

.popper-div table {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</head>

<body>
<div>
<span>Search: <input id="search" value=""></input></span>
<div id="controls">
<span>search: <input id="search" value=""></input></span>
<span><button id="expand">expand all</button></span>
</div>
<div id="cy"></div>
Expand Down

0 comments on commit a5844e1

Please sign in to comment.