diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 4784f11..d9ccae9 100755 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -2252,6 +2252,10 @@ body { overflow-y: auto; } +.overflow-y-hidden { + overflow-y: hidden; +} + .overflow-y-scroll { overflow-y: scroll; } diff --git a/src/components/Dialogs/BufferDialog.vue b/src/components/Dialogs/BufferDialog.vue new file mode 100644 index 0000000..6009649 --- /dev/null +++ b/src/components/Dialogs/BufferDialog.vue @@ -0,0 +1,28 @@ + + + + + + + Loading... + + diff --git a/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue b/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue index c8a87f5..9966307 100755 --- a/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue +++ b/src/components/Pages/Gangguan/Daftar/DGangguan_BM.vue @@ -30,7 +30,7 @@ :show-info="true" :show-navigation-buttons="true" /> - + /> --> + + + :class="[ + 'flex flex-col flex-1 h-[calc(100%-64px)] overflow-hidden bg-primary-50', + 'transition-transform', + menu.sidebarShowed ? 'transform duration-300 lg:pl-80' : 'transform duration-300 md:pl-4' + ]" + > - \ No newline at end of file +