Plugin Directory

Changeset 3302194


Ignore:
Timestamp:
05/28/2025 12:05:40 PM (10 months ago)
Author:
videlin
Message:

A small CSS edit.

Location:
showcase-creator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • showcase-creator/tags/1.0.10/src/admin.css

    r3302189 r3302194  
    229229
    230230/* Post order */
     231#sc-main {
     232    max-height: calc( 90vh - 200px );
     233    min-height: 400px;
     234    overflow: hidden;
     235}
     236#sc-order,
     237#sc-extra {
     238    overflow-x: hidden;
     239    overflow-y: scroll;
     240}
    231241#sc-order .item-options-inline,
    232242#sc-extra .item-options-inline {
  • showcase-creator/trunk/src/admin.css

    r3190704 r3302194  
    229229
    230230/* Post order */
     231#sc-main {
     232    max-height: calc( 90vh - 200px );
     233    min-height: 400px;
     234    overflow: hidden;
     235}
     236#sc-order,
     237#sc-extra {
     238    overflow-x: hidden;
     239    overflow-y: scroll;
     240}
    231241#sc-order .item-options-inline,
    232242#sc-extra .item-options-inline {
Note: See TracChangeset for help on using the changeset viewer.