public.css 231 B

12345678910111213141516
  1. .page-view{
  2. background-color: var(--color-background-mute);
  3. width: 100%;
  4. height: 100%;
  5. position: relative;
  6. }
  7. .fc-app-window{
  8. position: relative;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .flex{
  13. display: flex;
  14. }