Skip to content

Commit dbd433a

Browse files
authored
Attempt to fix horizontal height with scrolling
1 parent 68566f4 commit dbd433a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/docker.labelInjector/usr/local/emhttp/plugins/docker.labelInjector/styles

src/docker.labelInjector/usr/local/emhttp/plugins/docker.labelInjector/styles/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
width: 75% !important;
1717
left: 25%;
1818
top: 25%;
19+
max-height: 90vh;
20+
overflow-y: auto;
1921
}
2022

2123
.sweet-alert.label-injector-summary {
@@ -60,4 +62,4 @@
6062

6163
.docker-label-updates * {
6264
color: inherit !important;
63-
}
65+
}

0 commit comments

Comments
 (0)