Fixed #1175 - Sidebar content overflows its container

pull/1199/head
Tuğçe Küçükoğlu 2021-04-19 20:16:42 +03:00
parent 4ea5670058
commit 96439017cc
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ export default {
.p-sidebar {
position: fixed;
transition: transform .3s;
overflow: scroll;
}
.p-sidebar-content {