mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
remove scrollbars
This commit is contained in:
parent
8aeea1bd49
commit
4243c0fa94
@ -181,4 +181,12 @@ div>.input-group>.form-control {
|
|||||||
height: calc(1.5em + 0.75rem + 2px);
|
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;
|
||||||
|
}
|
||||||
/**************************************************************/
|
/**************************************************************/
|
@ -83,7 +83,7 @@
|
|||||||
<p>{{schedule.action}}</p>
|
<p>{{schedule.action}}</p>
|
||||||
</td>
|
</td>
|
||||||
<td id="{{schedule.command}}" class="action" style="overflow: scroll; max-width: 30px;">
|
<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>
|
||||||
<td id="{{schedule.interval}}" class="action">
|
<td id="{{schedule.interval}}" class="action">
|
||||||
{% if schedule.interval_type != '' and schedule.interval_type != 'reaction' %}
|
{% if schedule.interval_type != '' and schedule.interval_type != 'reaction' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user