diff --git a/assets/css/scss/organisms/_sidebar.scss b/assets/css/scss/organisms/_sidebar.scss index a5e3e72b50..7d2a4627a9 100644 --- a/assets/css/scss/organisms/_sidebar.scss +++ b/assets/css/scss/organisms/_sidebar.scss @@ -57,6 +57,15 @@ .p-button-label { @apply hidden; } + + .p-togglebutton-input { + @apply appearance-none absolute top-0 left-0 w-full h-full p-0 m-0 opacity-0 outline-0 outline-none; + z-index: 1; + } + + .p-button { + @apply bg-white p-0 text-primary; + } } .p-panelmenu { @@ -175,4 +184,4 @@ position: absolute !important; } } -} \ No newline at end of file +}