remove scrollbars

This commit is contained in:
Andrew 2023-05-27 14:01:46 -04:00
parent 8aeea1bd49
commit 4243c0fa94
2 changed files with 9 additions and 1 deletions

View File

@ -181,4 +181,12 @@ div>.input-group>.form-control {
height: calc(1.5em + 0.75rem + 2px);
}
.no-scroll {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.no-scroll::-webkit-scrollbar {
display: none;
}
/**************************************************************/

View File

@ -83,7 +83,7 @@
<p>{{schedule.action}}</p>
</td>
<td id="{{schedule.command}}" class="action" style="overflow: scroll; max-width: 30px;">
<p style="overflow: scroll;">{{schedule.command}}</p>
<p style="overflow: scroll;" class="no-scroll">{{schedule.command}}</p>
</td>
<td id="{{schedule.interval}}" class="action">
{% if schedule.interval_type != '' and schedule.interval_type != 'reaction' %}