-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(ComponentLayout): refactor scroll behavior (#5091)
* style: 移除样式 * doc: 重构注释 * refactor: 重构脚本 * chore: bump version 9.2.7-beta05 Co-Authored-By: Zeus <[email protected]> Co-Authored-By: Alex chow <[email protected]> * chore: bump version 9.2.7-beta06 --------- Co-authored-by: Zeus <[email protected]> Co-authored-by: Alex chow <[email protected]>
- Loading branch information
1 parent
6f64911
commit 6d10281
Showing
5 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 1 addition & 1 deletion
2
src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.js
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,6 @@ | |
} | ||
|
||
.main { | ||
height: 100%; | ||
width: calc(100% - var(--bb-sidebar-width)); | ||
} | ||
|
||
|
This file contains 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
This file contains 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