File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #app {
2+ @apply overflow-hidden
3+ sm :overflow- auto;
4+ }
5+
16.app-main {
2- @apply flex flex-col h-screen md :pb- 8 md:px- 8 transition- [margin-left ] duration- 150;
7+ @apply flex flex-col h-screen transition- [margin-left ] duration-150 pb-4 px- 4
8+ sm :min- h- screen
9+ md:h- auto md:pb- 8 md:px- 8;
310 padding-top : calc (4.5rem + 1rem + 1px );
411
512 & :not (.app-main--no-sidebar ) {
815}
916
1017#app .app--sidebar-inactive {
18+ @apply overflow-auto ;
19+
20+ .app-main {
21+ @apply h-auto ;
22+ }
23+
1124 .app-main :not (.app-main--no-sidebar ) {
1225 @apply sm :ml- [88px ];
1326 }
Original file line number Diff line number Diff line change 2222
2323 .p-menubar-root-list {
2424 @apply pt- 8;
25- height : calc (100vh - 3 .5rem - 1px );
25+ height : calc (100vh - 4 .5rem - 1px );
2626
2727 > .p-menubar-item {
2828 @apply w-full px-6 pb-2 text-gray- 50;
Original file line number Diff line number Diff line change 187187}
188188
189189#app {
190- .app-main {
191- // @apply overflow-hidden;
192- }
193-
194190 & .app--sidebar-inactive {
195191 .app-sidebar {
196192 @apply hidden
234230 }
235231
236232 .app-main {
237- @apply overflow-auto ;
233+ // @apply overflow-auto;
238234 }
239235 }
240236}
You can’t perform that action at this time.
0 commit comments