gkzhb 花园

Home

❯

03-Resources

❯

A-未分类

❯

2025

❯

11

❯

Bases: Limit Display Height / Add Vertical scroll bar when a Base is embedded - Feature requests

Bases: Limit Display Height / Add Vertical scroll bar when a Base is embedded - Feature requests

Properties9
titleBases: Limit Display Height / Add Vertical scroll bar when a Base is embedded - Feature requests
sourcehttps://forum.obsidian.md/t/bases-limit-display-height-add-vertical-scroll-bar-when-a-base-is-embedded/106819/2
authormschee
published2025-10-13
created2025-11-17
descriptionI am currently using Obsidian version 1.9.12 and I am really enjoying the new Bases functionality, especially being able to embed a table view of a base into a note. However, I would like to be able to limit the space th…
tagspara/resource, code/capture
publish
modified2025-11-17T00:43:39+08:00

2025年11月17日1分钟阅读

  • para/resource
  • code/capture
  • tags::
  • source:: Bases: Limit Display Height / Add Vertical scroll bar when a Base is embedded - Feature requests

问题:笔记中插入的 bases 视图高度可能很大,需要可以限制最大高度进行滚动。

解决:

  1. 添加 css 片段:
.limit-base-height .bases-embed > .bases-view { 
  max-height: 320px; 
  overflow-y: auto; 
}
  1. 按需在笔记中添加 class 样式:
---
cssclasses:
- limit-base-height
---

关系图谱

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community