Skip to content

Commit 83e5241

Browse files
Add files via upload
1 parent 9ffee25 commit 83e5241

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

css/style.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ button:active {
474474

475475
.tabs {
476476
font-size: 0;
477-
height: 264px;
478477
position: relative;
479478
-webkit-tap-highlight-color: transparent;
480479
-moz-tap-highlight-color: transparent;
@@ -484,7 +483,6 @@ button:active {
484483
-moz-user-select: none;
485484
-ms-user-select: none;
486485
user-select: none;
487-
overflow: hidden;
488486
border-bottom: 1px solid var(--color-primary-2);
489487
overscroll-behavior-y: contain;
490488
}
@@ -498,7 +496,7 @@ button:active {
498496
}
499497

500498
.wrap {
501-
height: 240px;
499+
height: min-content;
502500
border-top: 1px solid var(--color-primary-2);
503501
margin-top: -2px;
504502
direction: ltr;
@@ -522,7 +520,6 @@ button:active {
522520
bottom: -2px;
523521
display: block;
524522
font-size: 24px;
525-
background: linear-gradient(0deg, #111 30%, transparent 100%);
526523
z-index: 1;
527524
pointer-events: none
528525
}
@@ -532,8 +529,6 @@ button:active {
532529
display: none;
533530
font-size: initial;
534531
z-index: -1;
535-
padding-bottom: 120px;
536-
cursor: all-scroll;
537532
}
538533

539534
.wraplabels label:nth-child(1) {

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)