Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix #3868 by removing position form panel CSS
  • Loading branch information
vnbaaij committed Jun 4, 2025
commit d694cadd97287a1be878c77bda99b0e85d56f8f6
5 changes: 2 additions & 3 deletions src/Core/Components/Splitter/FluentMultiSplitter.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--fluent-multi-splitter-background-color: var(--neutral-stroke-rest);
--fluent-multi-splitter-background-color-active: var(--neutral-stroke-hover);
--fluent-multi-splitter-hover-opacity: 0.8;

/* Bar size */
--fluent-multi-splitter-bar-size: 8px;

Expand Down Expand Up @@ -103,7 +103,7 @@
}

.fluent-multi-splitter[orientation="horizontal"] ::deep > .fluent-multi-splitter-bar > span[part="collapse"]:before {
content: '\025C0';
content: '\025C0';
}

[dir="rtl"] .fluent-multi-splitter[orientation="horizontal"] ::deep > .fluent-multi-splitter-bar > span[part="collapse"]:before {
Expand Down Expand Up @@ -157,7 +157,6 @@
/* Pane */
.fluent-multi-splitter ::deep > .fluent-multi-splitter-pane {
overflow: hidden;
position: relative;
flex: 0 1 auto;
flex-grow: 0;
flex-shrink: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<PackageId>Microsoft.FluentUI.AspNetCore.Components</PackageId>

<Summary>A Blazor component library leveraging Microsoft’s Fluent Design System UI. Use the look of modern Microsoft products in your Blazor applications</Summary>
Expand Down