Skip to content

Commit

Permalink
Merge pull request #1010 from ssiyad/fix/dropdown_zindex
Browse files Browse the repository at this point in the history
fix: dropdown zindex
  • Loading branch information
ssiyad authored Feb 24, 2023
2 parents 7c2e395 + ebe8e54 commit 1e57571
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 201 deletions.
117 changes: 0 additions & 117 deletions desk/src/components/desk/global/CustomDropdown.vue

This file was deleted.

83 changes: 0 additions & 83 deletions desk/src/components/global/CustomComboboxInput.vue

This file was deleted.

2 changes: 1 addition & 1 deletion desk/src/components/global/ListViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<table
class="w-full table-auto border-separate border-spacing-y-2"
>
<thead class="z-10 sticky top-0">
<thead class="z-5 sticky top-0">
<tr class="select-none bg-gray-100 text-base text-gray-500">
<th class="rounded-l-md p-3">
<Input
Expand Down
3 changes: 3 additions & 0 deletions desk/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {
],
theme: {
extend: {
zIndex: {
"5": "5",
},
width: {
"1/24": "4.1666666667%",
"2/24": "8.3333333333%",
Expand Down

0 comments on commit 1e57571

Please sign in to comment.