Skip to content

Commit

Permalink
Added ability to scroll Homebridge widget (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 7, 2023
1 parent 4d4335c commit 12d2098
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="flex-column d-flex align-items-stretch h-100 w-100 pb-1">
<div style="cursor: move;" class="drag-handler pl-2 pt-1 pb-1 pr-2">Homebridge</div>
<div class="d-flex flex-wrap w-100 pr-3 pl-2 justify-content-start gridster-item-content">
<div class="hb-status-item d-flex flex-row mr-4 pr-4">
<div class="d-flex flex-wrap w-100 pr-3 pl-2 justify-content-start gridster-item-content overflow-auto no-scrollbars">
<div class="hb-status-item d-flex flex-row mr-4">
<div class="d-flex">
<div class="mb-0 px-3 py-2 hb-status-icon">
<i class="fas primary-text" [ngClass]="{
Expand Down

0 comments on commit 12d2098

Please sign in to comment.