tndsr/assets/css/MuiPopover.css

12 lines
210 B
CSS
Raw Permalink Normal View History

2023-03-23 00:11:26 +00:00
2023-03-23 02:19:04 +00:00
.MuiPopover-paper {
2023-03-23 00:11:26 +00:00
outline: 0;
position: absolute;
max-width: calc(100% - 32px);
min-width: 16px;
max-height: calc(100% - 32px);
min-height: 16px;
overflow-x: hidden;
overflow-y: auto;
}
2023-03-23 02:19:04 +00:00