1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Fixed: Calendar tooltips won't be hidden behind buttons

This commit is contained in:
Mark McDowall
2014-08-23 09:53:09 -07:00
parent 367ab6a361
commit 1a2cc0a3d1

View File

@@ -19,3 +19,9 @@
padding-left: 5px;
}
}
.fc-header {
.fc-state-active {
z-index: 1;
}
}