This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Open
Conversation
Class tinner is a wrapper div for the Tiny box popups. The framework adds a min-height of 380px to this wrapper. If you need a popup with a height less-than 380px it adds unwanted white-space at the bottom of the popup. Removing or significantly lowering the min-height would give more control to the height of the popup windows.
Contributor
|
@cschneebeck Hi Casey, just wanted to check with you if this change is still desirable. If so, we can devote some resources to test it out next sprint. Thanks. |
Contributor
Author
|
Let's skip it for now.
Cheers,
Casey Schneebeck
Web Developer | The Nature Conservancy - North America Region | 415-722-9768
On Thu, Sep 6, 2018 at 8:54 AM -0600, "Casey Cesari" <notifications@github.com<mailto:notifications@github.com>> wrote:
@cschneebeck<https://github.com/cschneebeck> Hi Casey, just wanted to check with you if this change is still desirable. If so, we can devote some resources to test it out next sprint. Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1075 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AK6qwu9Mutq57_Q6jAVZ0ajqAghSofvYks5uYTcLgaJpZM4SHFb2>.
|
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Class tinner is a wrapper div for the Tiny box popups. The framework
adds a min-height of 380px to this wrapper. If you need a popup with a
height less-than 380px it adds unwanted white-space at the bottom of the
popup. Removing or significantly lowering the min-height would give more
control to the height of the popup windows.