Fixed #1358 - Overlay aligning calculation defect
parent
2933ca3ea7
commit
679cf8f766
|
@ -631,6 +631,8 @@ export default {
|
|||
.p-autocomplete-panel {
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-autocomplete-items {
|
||||
|
|
|
@ -2221,6 +2221,8 @@ export default {
|
|||
.p-datepicker {
|
||||
width: auto;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-datepicker-inline {
|
||||
|
|
|
@ -373,6 +373,8 @@ export default {
|
|||
|
||||
.p-cascadeselect-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-cascadeselect-item {
|
||||
|
|
|
@ -607,6 +607,8 @@ export default {
|
|||
|
||||
.p-colorpicker-overlay-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-colorpicker-preview {
|
||||
|
|
|
@ -228,6 +228,8 @@ export default {
|
|||
.p-confirm-popup {
|
||||
position: absolute;
|
||||
margin-top: 10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-confirm-popup-flipped {
|
||||
|
|
|
@ -2052,6 +2052,8 @@ export default {
|
|||
|
||||
.p-column-filter-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-column-filter-row-items {
|
||||
|
|
|
@ -734,6 +734,8 @@ input.p-dropdown-label {
|
|||
|
||||
.p-dropdown-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-dropdown-items-wrapper {
|
||||
|
|
|
@ -214,6 +214,8 @@ export default {
|
|||
<style>
|
||||
.p-menu-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-menu ul {
|
||||
|
|
|
@ -707,6 +707,8 @@ export default {
|
|||
|
||||
.p-multiselect-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-multiselect-items-wrapper {
|
||||
|
|
|
@ -270,6 +270,8 @@ export default {
|
|||
.p-overlaypanel {
|
||||
position: absolute;
|
||||
margin-top: 10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-overlaypanel-flipped {
|
||||
|
|
|
@ -316,6 +316,8 @@ export default {
|
|||
|
||||
.p-password-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-password .p-password-panel {
|
||||
|
|
|
@ -192,6 +192,8 @@ export default {
|
|||
<style>
|
||||
.p-tieredmenu-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-tieredmenu ul {
|
||||
|
|
|
@ -467,6 +467,8 @@ export default {
|
|||
|
||||
.p-treeselect-panel {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-treeselect-items-wrapper {
|
||||
|
|
Loading…
Reference in New Issue