Skip to content

Commit f983a50

Browse files
committed
Remove position relative from .rdp-month_caption
Signed-off-by: gpbl <[email protected]>
1 parent 816b3c0 commit f983a50

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228

229229
.rdp-root[data-nav-layout="after"] .rdp-month_caption {
230230
margin-inline-end: calc(var(--rdp-nav_button-width) * 2);
231-
position: relative;
232231
}
233232

234233
.rdp-months {

src/style.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
font-size: large;
199199
}
200200

201-
.root[data-nav-layout="around"] .rdp_month {
201+
.root[data-nav-layout="around"] .month {
202202
position: relative;
203203
}
204204

@@ -228,7 +228,6 @@
228228

229229
.root[data-nav-layout="after"] .month_caption {
230230
margin-inline-end: calc(var(--rdp-nav_button-width) * 2);
231-
position: relative;
232231
}
233232

234233
.months {

0 commit comments

Comments
 (0)