Skip to content

Commit

Permalink
fix: limit width of first column (url)
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Sep 23, 2020
1 parent ef880e6 commit af2ee72
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@
margin: 0 -15px;
width: auto;
}
@media (mix-width: 769px) {
/*@media (max-width: 769px) {
overflow: none;
}
}*/
}

&__table {
Expand Down Expand Up @@ -421,6 +421,16 @@
left: 0;
z-index: 1;
background: #fff;
max-width: 20vw;

div {
z-index: 2;
background: #fff;
overflow: hidden;
&:hover {
overflow: visible;
}
}
}
th.col-default {
z-index: 2;
Expand Down

0 comments on commit af2ee72

Please sign in to comment.