Skip to content

Commit

Permalink
Try to solve Issue 60, by putting the hole table in a lower label, so…
Browse files Browse the repository at this point in the history
… all it's children never can get outside it.
  • Loading branch information
puggan committed Sep 11, 2018
1 parent e425984 commit c4c2ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/troop.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block main %}
<div class="table-responsive">
<table id="maintable" class="table table-striped display nowrap">
<table id="maintable" class="table table-striped display nowrap" style="position: relative; z-index: 0;">
<thead>
<tr>
<th class="troopnames">{{semestername}}<br/><span class="heading">{{heading}}</span></th>
Expand Down Expand Up @@ -433,4 +433,4 @@ <h2>Lägg till avdelningsmedlem</h2>
return confirmationMessage; //Gecko + Webkit, Safari, Chrome etc.
});
</script>
{% endblock %}
{% endblock %}

0 comments on commit c4c2ca9

Please sign in to comment.