Fixed #2039 - Sidebar: ripple appears in the wrong place

pull/2082/head
Cagatay Civici 2022-01-31 19:53:00 +03:00
parent 828d557f79
commit b2271954f0
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: relative;
overflow: hidden;
} }
.p-sidebar-left { .p-sidebar-left {