Disable Sharepoint Nav-Bar, Status-Bar, Side-Bar and Header.
Sharepoint Kiosk Mode by domin1704
Details
Authordomin1704
LicenseNo License
Categorysharepoint.com
Created
Updated
Size674 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sharepoint Kiosk Mode
@namespace userstyles.world
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
.o365sx-navbar {
display: none !important;
}
.o365cs-base {
display: none !important;
}
.o365sx-search {
display: none !important;
}
.sp-appBar {
display: none !important;
}
.removeFocusOutline {
display: none !important;
}
#SuiteNavPlaceholder {
display: none !important;
}
#WACStatusBarContainer{
display: none !important;
}
.cui-toolbar-buttondock{
display: none !important;
}
#application{
display: none !important;
}