This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Popover down does not fit when using 13" screens#21
Open
Relequestual wants to merge 1 commit intoept:masterfrom
Open
Popover down does not fit when using 13" screens#21Relequestual wants to merge 1 commit intoept:masterfrom
Relequestual wants to merge 1 commit intoept:masterfrom
Conversation
Currently the configuration of the bootstrap popover has the placement set to `bottom`. This means that smaller screens (for example a 13" MBP) would not be able to see the full content of the popover. By changing this to `right`, it would allow the content to be displayed correctly, without going outside the screen! Discovered this problem today in an instance of avrodoc, and found it already reported at ga4gh/dwg-website#4
Author
|
Looks like there's a problem with the build process causing an error. Crashes out before it even runs any tests. |
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.
Currently the configuration of the bootstrap popover has the placement set to
bottom. This means that smaller screens (for example a 13" MBP) would not be able to see the full content of the popover. By changing this toright, it would allow the content to be displayed correctly, without going outside the screen!Discovered this problem today in an instance of avrodoc, and found it already reported at ga4gh/dwg-website#4