Skip to content

Commit

Permalink
Fixed - Calendar appointment creation: Missing scrollbar at low resol…
Browse files Browse the repository at this point in the history
…ution / high zoom.
  • Loading branch information
dennykorsukewitz committed Jul 13, 2023
1 parent 46aeec8 commit 949d5be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions var/httpd/htdocs/js/Core.UI.Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ Core.UI.Dialog = (function (TargetNS) {

// add resize css attribute
$('.Dialog:visible .Content').css('resize', 'both');
$('.Dialog:visible .Content').css('max-height', 'fit-content');
$('.Dialog:visible .Content .InnerContent').css('max-height', 'fit-content');

// Adjust dialog position on mobile devices
if (FullsizeMode) {
Expand Down

0 comments on commit 949d5be

Please sign in to comment.