Skip to content

Commit 4289fdd

Browse files
committed
fixed quran translation overlapping calendar
1 parent c1b96e2 commit 4289fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ body {
245245

246246
.calendar-container {
247247
width: 100%;
248-
height: 100%;
248+
height: calc(100% + 60px);
249249
background-color: #fff;
250250
position: absolute;
251251
left: 0;
252-
top: -100%;
252+
top: calc(-100% - 60px);
253253
transition: top .6s ease-in, opacity .4s ease-in-out;
254254
color: #333;
255255
opacity: 0;

0 commit comments

Comments
 (0)