|
@@ -99,13 +99,13 @@
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
background: #fff;
|
|
background: #fff;
|
|
- z-index: 5;
|
|
|
|
|
|
+ z-index: 11;
|
|
}
|
|
}
|
|
|
|
|
|
#price_table tr:first-child {
|
|
#price_table tr:first-child {
|
|
position: sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
top: 0;
|
|
- z-index: 5;
|
|
|
|
|
|
+ z-index: 10;
|
|
}
|
|
}
|
|
|
|
|
|
#price_table tr:nth-child(2) {
|
|
#price_table tr:nth-child(2) {
|
|
@@ -118,7 +118,7 @@
|
|
position: sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
left: 0;
|
|
box-shadow: 2px 0 2px rgb(0 0 0 / 10%);
|
|
box-shadow: 2px 0 2px rgb(0 0 0 / 10%);
|
|
- z-index: 10;
|
|
|
|
|
|
+ z-index: 11;
|
|
}
|
|
}
|
|
|
|
|
|
#price_table tbody tr:hover td {
|
|
#price_table tbody tr:hover td {
|