Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
403
Merge Requests
54
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
1cf999d2
Commit
1cf999d2
authored
43 minutes ago
by
Ben Hayward
Browse files
Options
Download
Missed CSS file
parent
10901865
fix/date-picker-transactions-2171
1 merge request
!660
WIP: [Sprint/RollingRabbit](fix): Swapped out old failing datepicker library
Pipeline
#100621045
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
src/app/common/components/date-selector/date-selector.component.scss
View file @
1cf999d2
...
...
@@ -39,10 +39,9 @@
}
}
.m-tooltip--hidden
{
.m-tooltip--bubble
{
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
.m-dateSelector__input--hidden
{
visibility
:
hidden
;
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
This diff is collapsed.
Please
register
or
sign in
to comment