Skip to content

Commit

Permalink
Merge pull request buerokratt#1034 from 1AhmedYasser/Hot-fix-table-fi…
Browse files Browse the repository at this point in the history
…lter-style

Hot fix table filterstyle
  • Loading branch information
varmoh authored Nov 26, 2024
2 parents afa4c02 + a404da3 commit 15a5cc7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions GUI/src/components/DataTable/DataTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
&__scrollWrapper {
height: 100%;
white-space: nowrap;
overflow-x: auto;
display: block;
max-height: 60vh;
}
Expand Down Expand Up @@ -68,18 +69,8 @@
}

&__filter {
position: absolute;
bottom: 80%;
left: 0;
right: 0;
padding: get-spacing(paldiski);
background-color: get-color(white);
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
border-radius: 0 0 4px 4px;
border: 1px solid get-color(black-coral-2);

input {
width: 100%;
width: 120px;
display: block;
appearance: none;
background-color: get-color(white);
Expand Down

0 comments on commit 15a5cc7

Please sign in to comment.