Fix: Remove vertical scrollbar for main navigation on windows

This commit is contained in:
Björn Fromme
2023-10-23 11:56:16 +02:00
parent e8e69121d0
commit 900f7e5c15
+1 -1
View File
@@ -3,7 +3,7 @@
{% block list %}
{% if item.hasChildren and options.depth is not same as(0) and item.displayChildren %}
{% if item.level == 0 %}
<div class="min-h-full flex grow flex-col gap-y-5 overflow-y-scroll lg:border-r border-gray-200 bg-white md:pr-6">
<div class="min-h-full flex grow flex-col gap-y-5 lg:border-r border-gray-200 bg-white md:pr-6">
<nav class="flex flex-1 flex-col">
<ul role="list" class="space-y-1">
{{ block('children') }}