Merge branch 'fix-astro-index' into 'v1.2'

Fix calendar pos 2

See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!107
This commit is contained in:
Leratier Bretonnien 2021-01-08 15:11:59 +00:00
commit 9e3b2a557f
2 changed files with 0 additions and 5 deletions

View File

@ -476,8 +476,6 @@ export class RdDCalendrier extends Application {
elmnt.style.bottom = null
elmnt.style.top = (elmnt.offsetTop - pos2) + "px";
elmnt.style.left = (elmnt.offsetLeft - pos1) + "px";
elmnt.style.position = 'fixed';
elmnt.style.zIndex = 100;
}
function closeDragElement() {

View File

@ -970,10 +970,7 @@ ul, li {
/* CALENDAR STUFF */
#calendar-time-container{
position: absolute;
bottom: 75px;
left: 223px;
display: block;
position: 'fixed';
}
#calendar{
min-width: 150px;