Bases: Last Column Cannot Be Scrolled Horizontally If Column Width Isn’t Specified

  • The last base column cannot be scrolled vertically beyond the larger of its display-name width or the application UI width when no column width is specified.
  • This issue affects both desktop and mobile applications.
  • It’s more noticeable on mobile devices because of their small screens.
  • Additionally, it’s unclear to me if this is intended behavior, but clicking column header with the double-headed arrow pointer to autofit it behaves differently depending on the column’s position: if the column is in the middle, it autofits to the column’s display-name width; if it’s the last column, it takes the width of the UI.

2025-11-25_233009

Base File (with no width specified):

filters:
  and:
    - file.inFolder("Sync/Notes/Test Base")
properties:
  note.Property (List):
    displayName: Property (List)
  note.Property (Text):
    displayName: Property (Text)
views:
  - type: table
    name: Table
    order:
      - file.name
      - Property (Text)
      - Property (List)
    sort: []
    columnSize: {}

Did you follow the troubleshooting guide? [Y/N]

Y

Environment

SYSTEM INFO:
	Obsidian version: v1.10.6
	Installer version: v1.10.6
	Operating system: Windows 11 Pro 10.0.26100
	Login status: not logged in
	Language: en
	Insider build toggle: off
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: on

RECOMMENDATIONS:
	none

Sorry, I meant horizontal scroll.

Updated the title.

1 Like

Has anyone been able to reproduce it?

Everything that you show is intentional.

Including:

If you have a different idea in mind, please open a FR. Thanks.