About 50 results
Open links in new tab
  1. css - iOS 26 Safari - Web layouts are breaking due to fixed/sticky ...

    Sep 2, 2025 · In Safari on iOS 26, when the page is scrolled down and the address bar shrinks at the bottom, the viewport appears to get displaced vertically, which in turn shifts the position of elements …

  2. Referencing different layouts in Blazor auto mode

    Oct 1, 2024 · Using an ASP.NET Core 8.0 Blazor web app with auto interactive render mode. I cannot figure out how to set a different layout page to certain razor pages that are located in the wasm client …

  3. html - What is the difference between Fixed, Fluid, Elastic, and ...

    Jul 14, 2012 · Fluid, Elastic and Responsive Layouts are all same... Only Fixed Layout is a layout in which you fix the width of the page to a given size e.g. in pixels.... Fluid Layout was width 100% and …

  4. How do I specify different Layouts in the ASP.NET MVC 3 razor …

    Mar 1, 2011 · 19 This method is the simplest way for beginners to control Layouts rendering in your ASP.NET MVC application. We can identify the controller and render the Layouts as par controller, to …

  5. .NET 9 MudBlazor Interactivity stops working after changing layouts

    May 23, 2025 · When changing to different layouts, for example from the home page that uses MainLayout.razor, and to a different page that uses the OtherLayout.razor (both identical), the …

  6. MAUI Blazor Hybrid and multiple front-end layouts

    Mar 11, 2025 · The last part is about the layouts. I have 2 of them, one for the front end and one for the admin section. If I place the AdminMainLayout.razor in the client project, in all the pages, I can …

  7. How do I specify different Layouts in the ASP.NET Core MVC

    Oct 5, 2016 · I would like to have 2 separate Layouts in my application. Let say one is for the Public section of the website and the other is empty for some reasons we need. Before Core I could do this …

  8. React router dom 6 route structure with layouts - Stack Overflow

    Jan 13, 2023 · React router dom 6 route structure with layouts Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 8k times

  9. Manage layouts in ALV grid does not work in splitter container

    Nov 6, 2024 · Manage layouts in ALV grid does not work in splitter container Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 803 times

  10. Is there a way to override layouts in NextJS 14? - Stack Overflow

    Mar 26, 2024 · I have what I would guess is a pretty common setup in NextJS 13/14 app router. I have a layout.tsx file which shows my sticky navbar at the top of the screen for navigation purposes: import …