Skip to content

Commit d29ec0b

Browse files
committed
fix: hide wizard progress bar on mobile
1 parent fbea818 commit d29ec0b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

public/css/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,11 +2063,7 @@ tbody tr:hover {
20632063

20642064
/* Wizard */
20652065
.wizard-progress {
2066-
padding: 6px;
2067-
border-radius: var(--radius-md);
2068-
overflow-x: auto;
2069-
-webkit-overflow-scrolling: touch;
2070-
scrollbar-width: none;
2066+
display: none;
20712067
}
20722068

20732069
.wizard-progress::-webkit-scrollbar {

0 commit comments

Comments
 (0)