Skip to content

Commit 2c96531

Browse files
committed
popup: fix overflow issues
1 parent bf80326 commit 2c96531

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/popup/App.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ export default defineComponent({
4545

4646
<style lang="scss">
4747
@import "../scss/colors.scss";
48+
4849
.app {
4950
display: flex;
5051
flex-direction: column;
5152
padding: 0.5rem;
53+
height: 34rem;
54+
min-width: 24rem;
5255
max-width: 26rem;
53-
min-height: 32rem;
56+
overflow-y: scroll;
5457
5558
.layout-compact & {
5659
padding: 0;

0 commit comments

Comments
 (0)