Skip to content

Commit 25ed2cc

Browse files
removed second scroll bar in popup (#452)
Signed-off-by: Vedansh Saini <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vedansh Saini <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 49ee29f commit 25ed2cc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/popup.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
background: #eae4e4;
1616
width: 100%;
1717
height: 100%;
18+
overflow: hidden;
1819
}
1920

2021
body {
@@ -34,11 +35,12 @@
3435
html.mode-popup,
3536
body.mode-popup {
3637
width: 360px !important;
37-
height: 640px !important;
38+
height: 600px !important;
3839
min-width: 360px;
3940
max-width: 420px;
40-
min-height: 640px !important;
41-
max-height: 640px !important;
41+
min-height: 600px !important;
42+
max-height: 600px !important;
43+
overflow: hidden !important;
4244
}
4345

4446
#popupRoot {

src/scrumHelper.zip

2.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)