redundant css cleanup

This commit is contained in:
wh1te909
2020-05-18 06:58:26 +00:00
parent 72926706e9
commit 91d39579ab
15 changed files with 112 additions and 308 deletions

View File

@@ -68,7 +68,7 @@
</div>
<q-table
dense
class="scriptmanager-sticky-header-table"
class="settings-tbl-sticky"
:data="scripts"
:columns="columns"
:visible-columns="visibleColumns"
@@ -229,24 +229,4 @@ export default {
this.getScripts();
}
};
</script>
<style lang="stylus">
.scriptmanager-sticky-header-table {
/* max height is important */
.q-table__middle {
max-height: 500px;
}
.q-table__top, .q-table__bottom, thead tr:first-child th {
background-color: #CBCBCB;
}
thead tr:first-child th {
position: sticky;
top: 0;
opacity: 1;
z-index: 1;
}
}
</style>
</script>