enterprisemediawiki / SemanticActions

An action tracking system for a Semantic MediaWiki
MIT License
3 stars 2 forks source link

Column heading needs to be fixed so it does not disappear when scrolling #30

Closed darenwelsh closed 4 years ago

darenwelsh commented 4 years ago

image

darenwelsh commented 4 years ago

In Template:Actionable board column, modify to have the following table definition of the column table. Ideally the tr height would be done in CSS, not explicitly in that single element.

<table class="actionable_board">
<tr style="height:36px;"><th>{{#if:{{{3|}}}|{{Actionable board column label button|{{{3|}}}|{{#var:newActionDefaultRelatedArticles}}}}|None of these labels}}</th></tr>
</table><table class="actionable_board actionable_board_action">
darenwelsh commented 4 years ago

implemented in recent commits