mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-26 09:24:36 +01:00
Fix unwanted scrolling in client list on desktop
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="clients_wrapper | overflow-y-auto rounded-t-lg max-h-[55vh]"
|
||||
class="clients_wrapper | overflow-y-auto rounded-t-lg max-h-[55vh] sm:max-h-max"
|
||||
_="on load
|
||||
wait 50ms
|
||||
get my children
|
||||
|
||||
Reference in New Issue
Block a user