Remove padding and add radius to menu

Without padding, the children's lack of radius mask the radius. Using is-clipped helps clip with the parent's radius
This commit is contained in:
Joachim 2021-04-21 19:36:59 +02:00
parent df72061c57
commit c86800be01

View file

@ -23,7 +23,7 @@
<div class="dropdown-menu">
<ul
id="menu-options-{{ uuid }}"
class="dropdown-content"
class="dropdown-content p-0 is-clipped"
role="menu"
>
{% block dropdown-list %}{% endblock %}