We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ee29f commit 25ed2ccCopy full SHA for 25ed2cc
2 files changed
src/popup.html
@@ -15,6 +15,7 @@
15
background: #eae4e4;
16
width: 100%;
17
height: 100%;
18
+ overflow: hidden;
19
}
20
21
body {
@@ -34,11 +35,12 @@
34
35
html.mode-popup,
36
body.mode-popup {
37
width: 360px !important;
- height: 640px !important;
38
+ height: 600px !important;
39
min-width: 360px;
40
max-width: 420px;
- min-height: 640px !important;
41
- max-height: 640px !important;
+ min-height: 600px !important;
42
+ max-height: 600px !important;
43
+ overflow: hidden !important;
44
45
46
#popupRoot {
src/scrumHelper.zip
2.3 MB
0 commit comments