fix: remove overflow hidden in champions table to stop hiding sort arrow

This commit is contained in:
Valentin Kaelin 2020-08-12 15:16:28 +02:00
parent fc11c4909d
commit 00623ec486

View file

@ -1,5 +1,5 @@
<template> <template>
<table class="w-full overflow-hidden leading-none text-center bg-blue-800 rounded-lg table-fixed"> <table class="w-full leading-none text-center bg-blue-800 rounded-lg table-fixed">
<thead> <thead>
<tr class="text-sm rounded-t-lg select-none heading"> <tr class="text-sm rounded-t-lg select-none heading">
<th <th