Project

General

Profile

Support #1901

Include scroll for read-only fields that overlap the right edge

Added by Ricardo Memoria almost 9 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
07/15/2016
Due date:
% Done:

0%

Complexity:

Description

In situations where the width of read-only controls is bigger than the available size, its content should be horizontal scrolled.

Solution:

New CSS class:

.sc-overflow {
    overflow: scroll;
}

Include it when rendering the form controls when read-only.

Also available in: Atom PDF