Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unraider4

Members
  • Joined

  • Last visited

  1. Hi, a small but quite nice improvement would be to make the thead (table head) sticky to the top, this keeps the column names in view when you scroll down a long table, like docker containers. The 'fix' is very simple and does not appear to introduce any UI issues: thead { position: sticky; top: 40px; /* height of nav bar */ z-index: 100; /* make sure it's always on top of table contents */ } I put it in a user client css file like this for testing (or just apply the above styles to any of the <thead> elements): body:has(unraid-i18n-host) thead { position: sticky; top: 40px; /* height of nav bar */ z-index: 100; /* make sure it's always on top of table contents */ } Cheers

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.