GithubHelp home page GithubHelp logo

Comments (3)

vnbaaij avatar vnbaaij commented on June 13, 2024 1

I think we need the parameter sooner or later anyway. Let's expose it on the Popover

from fluentui-blazor.

c0g1t8 avatar c0g1t8 commented on June 13, 2024

Can you assign to me?

from fluentui-blazor.

c0g1t8 avatar c0g1t8 commented on June 13, 2024

I was able to 'uncrop' the information provided in the FluentPopover using the browser debugger tools. I found two methods.

  1. Setting of the CSS position attribute of the underlying fluent-anchored-region web component to fixed. This attribute is set directly in the rendered DOM. It can't be overridden using CSS only. It would require changing The downside was that you could not scroll if the information extended beyond the bottom of the screen.

    One way of achieving this would be set the FixedPlacement parameter of the FLuentAnchoredRegion. This would necessitate exposing an new parameter for FluentPopover.

  2. Removing the 'overflow-y' parameter from the fluent-dialog web component which contains the information. The behaviour would be unchanged with the exception that all the information would be visible.

    Though I prefer this behaviour, I don't believe making this change to FluentDialog is worthwhile to address this one issue. I could likely achieve this with some isolated JavaScript in SiteSettingsPanel.

Is submitting a PR based on Option 1 above worthwhile? FixedPlacement would default to false to ensure backward compatibility.

from fluentui-blazor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.