Skip to content

Commit 516e093

Browse files
authored
Set days container to position relative default (#295)
1 parent 0ad25e4 commit 516e093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/availability/src/styles/availability.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ main {
104104
}
105105

106106
.days {
107+
position: relative;
107108
display: grid;
108109
gap: 0rem;
109110
grid-auto-flow: column;

0 commit comments

Comments
 (0)