mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Admin Delete
This commit is contained in:
16
stylesheets/tailwind-plugins/container-scroll-state.css
Normal file
16
stylesheets/tailwind-plugins/container-scroll-state.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Copyright 2026 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
@custom-variant container-scrollable {
|
||||
@container not scroll-state(scrollable: none) {
|
||||
@slot;
|
||||
}
|
||||
}
|
||||
|
||||
@custom-variant container-not-scrollable {
|
||||
@container scroll-state(scrollable: none) {
|
||||
@slot;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user