[Fix] 1091 - Improve Homebrew Domain Container (#1095)

* Simple fix for now

* Corrected to 2 rows of height

* Corrected scrollbar
This commit is contained in:
WBHarry 2025-08-26 20:30:27 +02:00 committed by GitHub
parent ff396cd2f0
commit dc54fdc096
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,10 @@
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 8px;
max-height: 184px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
.domain-container {
position: relative;